mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-04 22:17:59 +00:00
Mainly Javadoc fixes and Math stuff
This commit is contained in:
parent
a5615938c9
commit
0f2936e709
5 changed files with 30 additions and 27 deletions
|
|
@ -54,7 +54,7 @@ public final class Sys {
|
|||
* inside a process which is already a different priority then this will not
|
||||
* be the initial priority.
|
||||
*
|
||||
* @see #setProcessPriority()
|
||||
* @see #setProcessPriority(int)
|
||||
*/
|
||||
public static final int NORMAL_PRIORITY = 0;
|
||||
|
||||
|
|
@ -70,7 +70,7 @@ public final class Sys {
|
|||
*
|
||||
* This priority is <strong>not</strong> recommended for gaming applications.
|
||||
*
|
||||
* @see #setProcessPriority()
|
||||
* @see #setProcessPriority(int)
|
||||
*/
|
||||
public static final int REALTIME_PRIORITY = 2;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue