Skip to content

Commit ebd8580

Browse files
committed
🚧 Fix #196
1 parent acabd3c commit ebd8580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mods/bonePropertiesMod.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ createBlockbenchMod(
3333
allowExpression,
3434
axis
3535
) {
36-
if (!isCurrentFormat()) {
36+
if (!isCurrentFormat() || !allowExpression) {
3737
return context.orignalInterpolate.call(this, channel, allowExpression, axis)
3838
}
3939

0 commit comments

Comments
 (0)