mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2025-01-12 14:14:52 +08:00
Merge remote-tracking branch 'upstream/javafx' into helpButton
This commit is contained in:
commit
f753d987d3
@ -71,7 +71,6 @@ public final class NativePatcher {
|
||||
if (!(settings.isUseNativeGLFW() && library.getArtifactId().contains("glfw"))
|
||||
&& !(settings.isUseNativeOpenAL() && library.getArtifactId().contains("openal"))) {
|
||||
LOG.warning("No alternative native library " + library.getName() + " provided for platform " + javaVersion.getPlatform());
|
||||
return version;
|
||||
}
|
||||
newLibraries.add(library);
|
||||
} else if (replacement != null) {
|
||||
|
Loading…
Reference in New Issue
Block a user