Skip to content

Commit

Permalink
for gods sake lime fix this
Browse files Browse the repository at this point in the history
  • Loading branch information
mcagabe19 committed Jan 26, 2024
1 parent 9ee6197 commit 6586658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/mobile/backend/SUtil.hx
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ class SUtil

public static function showPopUp(message:String, title:String):Void
{
#if (windows || mobile || js || wasm)
#if (windows || android || js || wasm)
Lib.application.window.alert(message, title);
#else
LimeLogger.println('$title - $message');
Expand Down

0 comments on commit 6586658

Please sign in to comment.