mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 15:43:50 +02:00
commit
4296e5e81e
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