Skip to content

Commit

Permalink
hi guys (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
crowplexus authored Apr 12, 2024
1 parent 461bca3 commit c38ab52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Main.hx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class Main extends Sprite {
FlxG.signals.gameResized.add(onResizeGame);
FlxG.signals.preStateCreate.add(onStateCreate);

#if linux
#if (linux || mac)
var icon = lime.graphics.Image.fromFile("icon.png");
openfl.Lib.current.stage.window.setIcon(icon);
#end
Expand Down

0 comments on commit c38ab52

Please sign in to comment.