fixed issue with grid-generation
fixed issue with grid-drawing added z-offset/scaler
This commit is contained in:
@@ -113,7 +113,9 @@ void MapView3D::paintGL() {
|
||||
// // 1) translate into center
|
||||
// glTranslatef(tra.x, tra.y, tra.z);
|
||||
|
||||
draw();
|
||||
if (gridModel) {
|
||||
draw();
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user