Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upLevel loading progress bar fails to take world simulation progress into account #1152
Comments
nwinter
added
the
bug
label
Jun 13, 2014
nwinter
closed this
in
051f1a7
Aug 30, 2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
nwinter commentedJun 13, 2014
The LevelLoader and LevelLoadingView are only showing progress for resource load times, not for world simulation, so on a slow-to-simulate match (like this one), it shows as full progress for a long time before it's actually ready.
Instead, it should also have some overall progress reserved for the world simulation, not just the supermodel loads.