forked from Clones/Controlify
🐘 Update to 1.20.2
This commit is contained in:
@ -113,7 +113,7 @@ public class SDL2NativesManager {
|
||||
throw new RuntimeException("Failed to initialise SDL2: " + SDL_GetError());
|
||||
}
|
||||
|
||||
DebugLog.log("Initialised SDL2");
|
||||
Log.LOGGER.info("Initialised SDL4j {}", SDL2_VERSION);
|
||||
}
|
||||
|
||||
private static CompletableFuture<Boolean> downloadAndStart(Path localLibraryPath) {
|
||||
|
Reference in New Issue
Block a user