Removed more unused matrix parameters

This commit is contained in:
Graham Pentheny
2025-08-24 15:19:26 -04:00
parent d9fc64af7d
commit f529408d8d
5 changed files with 5 additions and 5 deletions

View File

@@ -1186,7 +1186,7 @@ void Sample_TempObstacles::renderOverlay(double* proj, double* model, int* view)
{
tool->drawOverlayUI();
}
renderOverlayToolStates(proj, model, view);
renderOverlayToolStates();
// Stats
/* imguiDrawRect(280,10,300,100,imguiRGBA(0,0,0,64));