This commit is contained in:
xsl
2025-09-27 23:17:38 +08:00
parent 41adba285d
commit 481bdefa74
@@ -1715,7 +1715,6 @@ bool TextureLoading::prepare(const vkb::ApplicationOptions& options)
pos[pos_id++] = p["z"]; pos[pos_id++] = p["z"];
} }
update_point_vertex_buffer(pos, rawPoint.size()); update_point_vertex_buffer(pos, rawPoint.size());
update_face_vertex_buffer(pos, rawPoint.size());
//demo1(pos); //demo1(pos);
#endif #endif