This commit is contained in:
Бранимир Караџић 2019-02-03 22:12:59 -08:00
parent 70d3888b97
commit 87f96c5f4b
1 changed files with 1 additions and 1 deletions

View File

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