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

@@ -363,7 +363,7 @@ void Sample::renderToolStates() const
}
}
void Sample::renderOverlayToolStates(double* proj, double* model, int* view) const
void Sample::renderOverlayToolStates() const
{
for (int i = 0; i < static_cast<int>(SampleToolType::MAX_TOOLS); i++)
{