forked from bit/DotRecastNetSim
view grid
This commit is contained in:
parent
afc1968d3d
commit
b42c26c844
|
@ -79,7 +79,7 @@ public class NavMeshRenderer
|
|||
DrawGeomBounds(geom);
|
||||
}
|
||||
|
||||
if (geom != null && settings.tiled)
|
||||
if (geom != null)
|
||||
{
|
||||
int gw = 0, gh = 0;
|
||||
RcVec3f bmin = geom.GetMeshBoundsMin();
|
||||
|
|
Loading…
Reference in New Issue