We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 724ef95 + 7fd0a13 commit 141ecbeCopy full SHA for 141ecbe
1 file changed
Sources/Overload/OvEditor/src/OvEditor/Core/Context.cpp
@@ -40,7 +40,7 @@ OvEditor::Core::Context::Context(const std::string& p_projectPath, const std::st
40
/* Settings */
41
OvWindowing::Settings::DeviceSettings deviceSettings;
42
deviceSettings.contextMajorVersion = 4;
43
- deviceSettings.contextMajorVersion = 3;
+ deviceSettings.contextMinorVersion = 3;
44
windowSettings.title = "Overload Editor";
45
windowSettings.width = 1280;
46
windowSettings.height = 720;
0 commit comments