Add number logs
This commit is contained in:
parent
588acd1e7f
commit
c39237f39b
3 changed files with 35 additions and 3 deletions
|
@ -1001,7 +1001,10 @@ uint8_t _LCR_buildMapModel(void)
|
|||
}
|
||||
|
||||
_LCR_cullHiddenMapTris();
|
||||
LCR_LOG1("map model built");
|
||||
LCR_LOG1("map model built, verts/tris:");
|
||||
LCR_LOG1_NUM(LCR_renderer.mapModel.triangleCount);
|
||||
LCR_LOG1_NUM(LCR_renderer.mapModel.vertexCount);
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue