Skip to content

Commit

Permalink
Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
PedrixzZ authored Feb 7, 2024
1 parent cbd2b59 commit da8eaa9
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,6 @@ public class LateDriverScanner {
public static void onContextInitialized() {
checkContextImplementation();

if (isUsingPojavLauncher()) {
Console.instance().logMessage(MessageLevel.SEVERE, Text.translatable("sodium.console.pojav_launcher"), 30.0);
LOGGER.error("It appears that PojavLauncher is being used with an OpenGL compatibility layer. This will " +
"likely cause severe performance issues, graphical issues, and crashes when used with Sodium. This " +
"configuration is not supported -- you are on your own!");
}
}

private static void checkContextImplementation() {
GLContextInfo driver = GLContextInfo.create();

if (driver == null) {
Expand Down

0 comments on commit da8eaa9

Please sign in to comment.