mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-03-18 11:14:41 +01:00
Added gamma debug output
This commit is contained in:
parent
c267f6d5da
commit
023e1df80d
|
|
@ -236,6 +236,9 @@ public final class Display {
|
|||
}
|
||||
if (!setGammaRamp(Sys.getDirectBufferAddress(gammaRamp)))
|
||||
return false;
|
||||
if (Sys.DEBUG) {
|
||||
System.out.println("Gamma set, gamma = " + gamma + ", brightness = " + brightness + ", contrast = " + contrast);
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue