Skip to content

Commit

Permalink
fixed invisible HaxeUI components on some devices
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexHaxe committed Apr 3, 2024
1 parent 750861d commit ebb1d83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
codecov.json
lcov.info
.unittest/
.haxelsp/
bin/
export/
screenshots/
1 change: 1 addition & 0 deletions src/Main.hx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ class Main extends Sprite {
public function new() {
super();
Toolkit.init();
Toolkit.scale = 1;
addChild(new FlxGame(420, 240, PlayState, true));

#if uitests
Expand Down

0 comments on commit ebb1d83

Please sign in to comment.