Browse Source

Fix action deserializer

sebavan 6 năm trước cách đây
mục cha
commit
fa0cbd03e2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/Actions/interpolateValueAction.ts

+ 1 - 1
src/Actions/interpolateValueAction.ts

@@ -144,4 +144,4 @@ export class InterpolateValueAction extends Action {
     }
 }
 
-_TypeStore.RegisteredTypes["BABYLON.InterpolateValueAction"] = Action;
+_TypeStore.RegisteredTypes["BABYLON.InterpolateValueAction"] = InterpolateValueAction;