Browse Source

Disabling HierarchicalWorld loadingQueue.

clementlandrin 1 năm trước cách đây
mục cha
commit
b5ad6cca5e
1 tập tin đã thay đổi với 6 bổ sung4 xóa
  1. 6 4
      h3d/scene/HierarchicalWorld.hx

+ 6 - 4
h3d/scene/HierarchicalWorld.hx

@@ -103,11 +103,13 @@ class HierarchicalWorld extends Object {
 	}
 
 	function subdivide() {
-		if ( !loading ) {
-			loading = true;
-			loadingQueue.insert(0, subdivide);
+		if ( subdivided )
 			return;
-		}
+		// if ( !loading ) {
+		// 	loading = true;
+		// 	loadingQueue.insert(0, subdivide);
+		// 	return;
+		// }
 		loading = false;
 		subdivided = true;
 		var childSize = data.size >> 1;