Removed more unused matrix parameters from UI drawing methods

This commit is contained in:
Graham Pentheny
2025-08-24 15:18:32 -04:00
parent ff5a6052c1
commit d9fc64af7d
4 changed files with 4 additions and 4 deletions

View File

@@ -369,7 +369,7 @@ void Sample::renderOverlayToolStates(double* proj, double* model, int* view) con
{
if (toolStates[i])
{
toolStates[i]->renderOverlay(proj, model, view);
toolStates[i]->renderOverlay();
}
}
}