Skip to content

Commit b4162b4

Browse files
committed
Merge branch 'hotfix' into aside
2 parents 804b1db + fb2c1b1 commit b4162b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/redomar/game/Game.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ public void run() {
220220

221221
if (System.currentTimeMillis() - lastTimer >= 1000) {
222222
lastTimer += 1000;
223-
getFrame().setTitle("Frames: " + frames + " Ticks: " + ticks);
223+
getFrame().setTitle("JavaGame - Version "+WordUtils.capitalize(game_Version).substring(1, game_Version.length()));
224224
fps = frames;
225225
tps = ticks;
226226
frames = 0;

0 commit comments

Comments
 (0)