mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-05 14:35:58 +00:00
Doc fix: Gamma changes are undone at resetDisplayMode
This commit is contained in:
parent
1ae6e9e862
commit
e11f941056
1 changed files with 1 additions and 1 deletions
|
|
@ -222,7 +222,7 @@ public final class Display {
|
|||
*
|
||||
* If the underlying hardware does not support gamma then this command is a no-op.
|
||||
*
|
||||
* When LWJGL exits, any gamma changes are automatically undone.
|
||||
* When resetDisplaMode is called, any gamma changes are automatically undone.
|
||||
*
|
||||
* @param red An array of ints to store red gamma in. Must be 256 in length.
|
||||
* @param green An array of ints to store green gamma in. Must be 256 in length.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue