Browse Source

Merge pull request #53127 from timothyqiu/index-mod

Rémi Verschelde 4 years ago
parent
commit
41228343fe
1 changed files with 1 additions and 0 deletions
  1. 1 0
      scene/resources/surface_tool.cpp

+ 1 - 0
scene/resources/surface_tool.cpp

@@ -1176,6 +1176,7 @@ Vector<int> SurfaceTool::generate_lod(float p_threshold, int p_target_index_coun
 	ERR_FAIL_COND_V(simplify_func == nullptr, lod);
 	ERR_FAIL_COND_V(vertex_array.size() == 0, lod);
 	ERR_FAIL_COND_V(index_array.size() == 0, lod);
+	ERR_FAIL_COND_V(index_array.size() % 3 != 0, lod);
 
 	lod.resize(index_array.size());
 	LocalVector<float> vertices; //uses floats