Skip to content

Commit

Permalink
Update Shader.hx
Browse files Browse the repository at this point in the history
  • Loading branch information
mcagabe19 authored Sep 19, 2024
1 parent f01b1d1 commit ef93dba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/openfl/display/Shader.hx
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ class Shader
if (compileStatus == 0)
#if (android && !macro)
android.Tools.showAlertDialog("Shader Compile Error!", message, null, null)
#elseif !ios
#elseif ios
openfl.Lib.application.window.alert('$message', 'Shader Compile Error!')
#else
Log.error(message)
Expand Down Expand Up @@ -982,4 +982,4 @@ class Shader
}
#else
typedef Shader = flash.display.Shader;
#end
#end

0 comments on commit ef93dba

Please sign in to comment.