- updated windows exception handler to catch all error types

This commit is contained in:
Mark Vejvoda
2013-02-01 05:26:07 +00:00
parent ffa52b02f5
commit 3ccdd1a0c7
3 changed files with 5 additions and 2 deletions

View File

@@ -9548,7 +9548,7 @@ void Renderer::renderVideoLoading(int progressPercent) {
}
}
else {
anim -= 0.1;
anim -= 0.1f;
if(anim < 0.f) {
anim= 0.f;
cycle.reset();