1
0
forked from Clones/Controlify

🐘 Update to 1.20.2

This commit is contained in:
isXander
2023-09-26 23:12:55 +01:00
parent fb0373253b
commit 94684887cc
12 changed files with 78 additions and 39 deletions

View File

@ -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) {