Pārlūkot izejas kodu

Merge pull request #5880 from sebavan/master

Fix action deserializer
sebavan 7 gadi atpakaļ
vecāks
revīzija
4492c2a0a7
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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;