Skip to content
Snippets Groups Projects
Commit 4c6a6037 authored by Drahomír Karchňák's avatar Drahomír Karchňák
Browse files

#222 Fixed loading bar animation... Maybe...

parent 2d5a98f0
No related merge requests found
...@@ -104,6 +104,8 @@ public class LoadingBar extends Actor { ...@@ -104,6 +104,8 @@ public class LoadingBar extends Actor {
} }
} }
} }
current = MathUtils.clamp(current, 0, 1 - IDLE_BAR_WIDTH);
} }
@Override @Override
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment