diff --git a/examples/29-debugdraw/debugdraw.cpp b/examples/29-debugdraw/debugdraw.cpp index af2fbee3a..f749b4b3b 100644 --- a/examples/29-debugdraw/debugdraw.cpp +++ b/examples/29-debugdraw/debugdraw.cpp @@ -714,7 +714,7 @@ public: : 0xffffffff ); - dde.drawGrid(Axis::Y, pos, 20, 1.0f); + dde.drawGrid(Axis::Y, pos, 128, 1.0f); } dde.drawFrustum(mtxVp);