mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:14:59 +02:00
Fix OS X warning.
This commit is contained in:
parent
2dee6426e9
commit
c4254cd423
1 changed files with 1 additions and 0 deletions
|
@ -328,6 +328,7 @@ glm::quat MetavoxelEditor::getGridRotation() const {
|
|||
return glm::angleAxis(-90.0f, 1.0f, 0.0f, 0.0f);
|
||||
|
||||
case GRID_PLANE_YZ:
|
||||
default:
|
||||
return glm::angleAxis(90.0f, 0.0f, 1.0f, 0.0f);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue