فهرست منبع

Fix action deserializer

sebavan 6 سال پیش
والد
کامیت
fa0cbd03e2
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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;