Julien Barrois 6 年 前
コミット
32c072b074
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/Mesh/babylon.mesh.ts

+ 1 - 1
src/Mesh/babylon.mesh.ts

@@ -874,7 +874,7 @@ module BABYLON {
                 this._instanceDataStorage.visibleInstances = {
                     defaultRenderId: renderId,
                     selfDefaultRenderId: this._renderId
-                }
+                };
             }
 
             if (!this._instanceDataStorage.visibleInstances[renderId]) {