view grid

This commit is contained in:
ikpil 2023-07-27 05:59:44 +09:00
parent afc1968d3d
commit b42c26c844
1 changed files with 1 additions and 1 deletions

View File

@ -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();