File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 11package backend ;
22
33import flixel .addons .ui .FlxUIState ;
4+ #if windows
45import backend .window .CppAPI ;
6+ #end
57import flixel .FlxState ;
68import backend .PsychCamera ;
79import archipelago .APEntryState ;
@@ -135,10 +137,12 @@ class MusicBeatChartingState extends FlxUIState
135137
136138 override function update (elapsed : Float )
137139 {
140+ #if windows
138141 if (emergencyOpacityFix ) {
139142 CppAPI .setWindowOppacity (1 );
140143 emergencyOpacityFix = false ;
141144 }
145+ #end
142146
143147 if (Main .audioDisconnected && getState () == PlayState .instance )
144148 {
Original file line number Diff line number Diff line change 11package backend ;
22
33import haxe .ds .HashMap ;
4+ #if windows
45import backend .window .CppAPI ;
6+ #end
57import flixel .FlxState ;
68import backend .PsychCamera ;
79import archipelago .APEntryState ;
You can’t perform that action at this time.
0 commit comments