Doc fix: Gamma changes are undone at resetDisplayMode

This commit is contained in:
Elias Naur 2003-05-26 18:26:10 +00:00
parent 1ae6e9e862
commit e11f941056

View file

@ -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.