mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-06 06:53:59 +00:00
removed resetAnimation
This commit is contained in:
parent
1907fb3ff6
commit
b21e4a7f93
1 changed files with 0 additions and 7 deletions
|
|
@ -207,13 +207,6 @@ public class Cursor {
|
|||
protected void nextCursor() {
|
||||
index = ++index % cursors.length;
|
||||
}
|
||||
|
||||
/**
|
||||
* Resets the index of the cursor animation to the first in the list.
|
||||
*/
|
||||
public void resetAnimation() {
|
||||
index = 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Native method to create a native cursor
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue