mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-03-06 13:34:45 +01:00
Updated docs to reflect the dirty flag change
This commit is contained in:
parent
40373ec422
commit
949977b485
|
|
@ -208,7 +208,7 @@ public final class Window {
|
|||
* If you are writing a straightforward game rendering loop and simply paint
|
||||
* every frame regardless, you can ignore this flag altogether. If you are
|
||||
* trying to be kind to other processes you can check this flag and only
|
||||
* redraw when it returns true. The flag is cleared when swapBuffers() is caleld.
|
||||
* redraw when it returns true. The flag is cleared when update() or isDirty() is called.
|
||||
*
|
||||
* @return true if the window has been damaged by external changes
|
||||
* and needs to repaint itself
|
||||
|
|
|
|||
Loading…
Reference in a new issue