mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-05 14:35:58 +00:00
Added gamma debug output
This commit is contained in:
parent
c267f6d5da
commit
023e1df80d
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue