diff --git a/LEGO1/lego/sources/roi/legolod.cpp b/LEGO1/lego/sources/roi/legolod.cpp index 7fc5c3e7..f14e206a 100644 --- a/LEGO1/lego/sources/roi/legolod.cpp +++ b/LEGO1/lego/sources/roi/legolod.cpp @@ -102,7 +102,6 @@ LegoResult LegoLOD::Read(Tgl::Renderer* p_renderer, LegoTextureContainer* p_text goto done; } - // probably TODO if (numVerts > 0) { vertices = new float[numVerts][_countof(*vertices)]; if (p_storage->Read(vertices, numVerts * sizeof(*vertices)) != SUCCESS) {