fixed issue with grid-generation

fixed issue with grid-drawing
added z-offset/scaler
This commit is contained in:
k-a-z-u
2018-01-24 15:39:44 +01:00
parent c975d49dd2
commit 3b9c80b194
3 changed files with 9 additions and 6 deletions

View File

@@ -113,7 +113,9 @@ void MapView3D::paintGL() {
// // 1) translate into center
// glTranslatef(tra.x, tra.y, tra.z);
draw();
if (gridModel) {
draw();
}
}