mirror of
https://github.com/glest/glest-source.git
synced 2025-10-04 03:11:53 +02:00
- updated windows exception handler to catch all error types
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user