We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acabd3c commit ebd8580Copy full SHA for ebd8580
src/mods/bonePropertiesMod.ts
@@ -33,7 +33,7 @@ createBlockbenchMod(
33
allowExpression,
34
axis
35
) {
36
- if (!isCurrentFormat()) {
+ if (!isCurrentFormat() || !allowExpression) {
37
return context.orignalInterpolate.call(this, channel, allowExpression, axis)
38
}
39
0 commit comments