Преглед на файлове

fixed scene undefined issue

Adam Bowman преди 8 години
родител
ревизия
0221e73305
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/babylon.node.ts

+ 1 - 1
src/babylon.node.ts

@@ -95,7 +95,7 @@ module BABYLON {
             this.name = name;
             this.id = name;
             this._scene = scene || Engine.LastCreatedScene;
-            this.uniqueId = scene.getUniqueId();
+            this.uniqueId = this._scene.getUniqueId();
             this._initCache();
         }