Skip to content

Commit

Permalink
Update Shader.hx
Browse files Browse the repository at this point in the history
  • Loading branch information
mcagabe19 authored Oct 5, 2024
1 parent 1158345 commit 804564d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/openfl/display/Shader.hx
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ class Shader
#end
if (compileStatus == 0)
#if (android && !macro)
android.Tools.showAlertDialog("Shader Compile Error!", message, null, null)
android.Tools.showAlertDialog("Shader Compile Error!", message, {name: "OK", func: null}, null)
#elseif ios
openfl.Lib.application.window.alert('$message', 'Shader Compile Error!')
#else
Expand Down

0 comments on commit 804564d

Please sign in to comment.