fixed typo that caused gamepad to not work properly

This commit is contained in:
Diego Waxemberg
2013-12-10 01:09:06 -05:00
parent cc349c65b8
commit 9001944619
2 changed files with 3 additions and 3 deletions

View File

@@ -56,7 +56,6 @@ public class StreamFrame extends JFrame {
this.setLocation(getLocation().x, dim.height/2-this.getSize().height/2);
}
hideCursor();
this.setVisible(true);
}
@@ -80,6 +79,7 @@ public class StreamFrame extends JFrame {
// Set the blank cursor to the JFrame.
this.getContentPane().setCursor(blankCursor);
}
public void showSpinner(Stage stage) {