mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 19:08:55 -04:00
extractor reporting invalid percentages
This commit is contained in:
parent
1f805b0644
commit
246b224786
@ -237,7 +237,7 @@ get_progress() const {
|
|||||||
|
|
||||||
float progress_through_list =
|
float progress_through_list =
|
||||||
(((float)_request_index + progress_through_file) /
|
(((float)_request_index + progress_through_file) /
|
||||||
(float)(_requests.size() + 1));
|
(float)(_requests.size()));
|
||||||
|
|
||||||
return progress_through_list;
|
return progress_through_list;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user