Skip to content

Commit 5ec57c5

Browse files
committed
i hate everything
1 parent a342783 commit 5ec57c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

project.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108

109109
<window hardware="true" colorDepth="32" background="" fps="0" orientation="landscape"/>
110110
<window unless="desktop" width="0" height="0" vsync="true" fullscreen="true"/>
111-
<window if="desktop" type="opengles" width="1280" height="720" fullscreen="false" resizable="true" vsync="false" allowHighDPI="true"/>
111+
<window if="desktop" type="opengl" width="1280" height="720" fullscreen="false" resizable="true" vsync="false" allowHighDPI="true"/>
112112
<window if="mobile" resizable="false"/>
113113
<window if="html5 || switch" resizable="true"/>
114114

source/funkin/backend/system/Main.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class Main extends Sprite
3333
public static var instance:Main;
3434

3535
public static var modToLoad:String = null;
36-
public static var forceGPUOnlyBitmapsOff:Bool = #if desktop false #else true #end;
36+
public static var forceGPUOnlyBitmapsOff:Bool = false;
3737
public static var noTerminalColor:Bool = false;
3838
public static var verbose:Bool = false;
3939

0 commit comments

Comments
 (0)