Skip to content
Snippets Groups Projects
Commit b8413705 authored by Robert Goldmann's avatar Robert Goldmann
Browse files

Fixed #44

parent b9a3bc7b
Branches
Tags
1 merge request!49merge power-ups into master
...@@ -3,4 +3,5 @@ version.code=0 ...@@ -3,4 +3,5 @@ version.code=0
version.name=0.0.0 version.name=0.0.0
version.date=19.10.16 version.date=19.10.16
author=Max Wittig, Robert Goldmann (Vielen Dank an Tobias) author=Max Wittig, Robert Goldmann (Vielen Dank an Tobias)
shortcut.debug.console=F12 shortcut.debug.console=F12
\ No newline at end of file
...@@ -3,4 +3,5 @@ version.code=0 ...@@ -3,4 +3,5 @@ version.code=0
version.name=0.0.0 version.name=0.0.0
version.date=19.10.16 version.date=19.10.16
author=Max Wittig, Robert Goldmann (Vielen Dank an Tobias) author=Max Wittig, Robert Goldmann (Vielen Dank an Tobias)
shortcut.debug.console=F12 shortcut.debug.console=F12
\ No newline at end of file
...@@ -381,6 +381,10 @@ public class LevelController ...@@ -381,6 +381,10 @@ public class LevelController
private void initTimer() private void initTimer()
{ {
previousTime = 0;
secondsElapsedSinceLastFpsUpdate = 0f;
fps = 0;
timer = new AnimationTimer() timer = new AnimationTimer()
{ {
@Override @Override
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment