Fixed for OSX.

This commit is contained in:
brunoherbelin
2020-06-02 23:12:10 +02:00
parent 80da336771
commit a3f3ff9c92
10 changed files with 48 additions and 13 deletions

View File

@@ -106,6 +106,7 @@ MixingView::MixingView() : View(MIXING)
// no settings found: store application default
Settings::application.views[mode_].name = "Mixing";
scene.root()->scale_ = glm::vec3(2.4f, 2.4f, 1.0f);
scene.root()->translation_ = glm::vec3(1.0f, 0.0f, 0.0f);
saveSettings();
}