changed default

This commit is contained in:
Chandler Cox
2022-12-23 17:40:13 -06:00
parent c38da8cabf
commit 69d391d985

View File

@@ -247,7 +247,7 @@ namespace FlaxEditor.Windows
// TODO move external and let user define. Maybe also just let them define a ratio as well
Float2 viewPortSize = new Float2(1920, 1080);
bool useCustomAspect = true;
bool useCustomAspect = false;
bool freeAspect = false;
Float2 customAspect = new Float2(9, 16);