File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
source/funkin/backend/system Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments