Przeglądaj źródła

Update babylon.actionManager.ts

Gijs Schenk 8 lat temu
rodzic
commit
4ba25c5934
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/Actions/babylon.actionManager.ts

+ 1 - 1
src/Actions/babylon.actionManager.ts

@@ -144,7 +144,7 @@
         // Members
         public actions = new Array<Action>();
 
-        public hoverCursor = null;
+        public hoverCursor: string = '';
 
         private _scene: Scene;