Hopefully a fix for a1.1.1

Related to #1612
This commit is contained in:
Moresteck 2021-07-28 14:48:20 +01:00 committed by GitHub
parent c8afe149df
commit f6e2747fbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1025,6 +1025,10 @@ public class Display {
}
}
public static void setDisplayConfiguration(float gamma, float brightness, float contrast) throws LWJGLException {
// ignore call, this is required for a1.1.1
}
public static java.lang.String getAdapter() {
// TODO
return "GeNotSupportedAdapter";