Skip to content

Commit

Permalink
update source/flixel/system/FlxSplash.hx
Browse files Browse the repository at this point in the history
  • Loading branch information
MaysLastPlay committed Dec 9, 2024
1 parent 3c7c2f8 commit 474c406
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/flixel/system/FlxSplash.hx
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ class FlxSplash extends MusicBeatState

override public function create():Void
{
#if android
FlxG.android.preventDefaultKeys = [BACK];
#end
_cachedBgColor = FlxG.cameras.bgColor;
FlxG.cameras.bgColor = FlxColor.BLACK;

Expand Down

0 comments on commit 474c406

Please sign in to comment.