mirror of
https://github.com/recastnavigation/recastnavigation.git
synced 2026-08-28 22:18:35 +00:00
Issue 61: Everything compiles now without errors in warning level 4.
This commit is contained in:
@@ -130,7 +130,7 @@ void Sample::handleRender()
|
||||
duDebugDrawBoxWire(&dd, bmin[0],bmin[1],bmin[2], bmax[0],bmax[1],bmax[2], duRGBA(255,255,255,128), 1.0f);
|
||||
}
|
||||
|
||||
void Sample::handleRenderOverlay(double* proj, double* model, int* view)
|
||||
void Sample::handleRenderOverlay(double* /*proj*/, double* /*model*/, int* /*view*/)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user