Adjust maps
This commit is contained in:
parent
c39237f39b
commit
0f40d57a22
3 changed files with 39 additions and 27 deletions
|
@ -1002,8 +1002,8 @@ uint8_t _LCR_buildMapModel(void)
|
|||
|
||||
_LCR_cullHiddenMapTris();
|
||||
LCR_LOG1("map model built, verts/tris:");
|
||||
LCR_LOG1_NUM(LCR_renderer.mapModel.triangleCount);
|
||||
LCR_LOG1_NUM(LCR_renderer.mapModel.vertexCount);
|
||||
LCR_LOG1_NUM(LCR_renderer.mapModel.triangleCount);
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue