fix building

This commit is contained in:
MelonSpeedruns
2026-04-06 13:21:04 -04:00
parent c0024b28b1
commit af6a1ff004
+1 -1
View File
@@ -37,7 +37,7 @@ namespace dusk {
}
if (ImGui::MenuItem("Default Window Size")) {
getSettings().video.enableFullscreen = false;
getSettings().video.enableFullscreen.setValue(false);
VISetWindowFullscreen(false);
VISetWindowSize(FB_WIDTH * 2, FB_HEIGHT * 2);
VICenterWindow();