mirror of
https://github.com/recastnavigation/recastnavigation.git
synced 2026-08-16 16:19:55 +00:00
Removed more unused matrix parameters
This commit is contained in:
@@ -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++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user