From 804564da6c633f4531afc0515f205b1b266a2e88 Mon Sep 17 00:00:00 2001 From: Lily Date: Sat, 5 Oct 2024 18:16:31 +0300 Subject: [PATCH] Update Shader.hx --- source/openfl/display/Shader.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/openfl/display/Shader.hx b/source/openfl/display/Shader.hx index 30dd45f3b30..2d779b75969 100644 --- a/source/openfl/display/Shader.hx +++ b/source/openfl/display/Shader.hx @@ -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