Skip to content

Commit

Permalink
fix build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
SolDev69 committed Jul 17, 2024
1 parent e92548b commit fe22444
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ public static String loadGraphicsLibrary(){
case "vulkan_zink_standard":
renderLibrary = "libOSMesa_std.so";
break;
case "vulkan_zink_standard":
case "vulkan_zink_pojav":
renderLibrary = "libOSMesa_pjv.so";
break;
case "swrast":
Expand Down

0 comments on commit fe22444

Please sign in to comment.