Explorar el Código

Fix action deserializer

sebavan hace 6 años
padre
commit
fa0cbd03e2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;