Merged DISABLE_CURSOR option from fluddokt/opsu.

This commit is contained in:
Jeffrey Han
2015-09-11 11:43:19 -04:00
parent 6506967c12
commit 1fe45f7bb4
5 changed files with 15 additions and 4 deletions

View File

@@ -119,7 +119,7 @@ public class UI {
}
/**
* Draws the global UI components: cursor, FPS, volume bar, bar notifications.
* Draws the global UI components: cursor, FPS, volume bar, tooltips, bar notifications.
* @param g the graphics context
*/
public static void draw(Graphics g) {
@@ -131,7 +131,7 @@ public class UI {
}
/**
* Draws the global UI components: cursor, FPS, volume bar, bar notifications.
* Draws the global UI components: cursor, FPS, volume bar, tooltips, bar notifications.
* @param g the graphics context
* @param mouseX the mouse x coordinate
* @param mouseY the mouse y coordinate