Skip to content

Commit

Permalink
missing semicolon moment
Browse files Browse the repository at this point in the history
  • Loading branch information
SolDev69 committed Apr 26, 2024
1 parent 27a1787 commit 7e36ffd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ public static String loadGraphicsLibrary(){
case "opengles3":
renderLibrary = "libgl4es_114.so"; break;
case "vulkan_zink": renderLibrary = "libOSMesa.so"; break;
case "mesa_zink": renderLibrary = "libOSMesa_.so"; break
case "mesa_zink": renderLibrary = "libOSMesa_.so"; break;
case "opengles3_desktopgl_angle_vulkan" : renderLibrary = "libtinywrapper.so"; break;
default:
Log.w("RENDER_LIBRARY", "No renderer selected, defaulting to opengles2");
Expand Down

0 comments on commit 7e36ffd

Please sign in to comment.