Sfoglia il codice sorgente

Update babylon.actionManager.ts

Gijs Schenk 8 anni fa
parent
commit
4ba25c5934
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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;