mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 18:51:16 +00:00
Remove TODO
This commit is contained in:
parent
6afacc4694
commit
9df7ea5688
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user