mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
whoops, forgot break statements
This commit is contained in:
parent
e4ba1d426a
commit
44137206a2
@ -384,12 +384,15 @@ run() {
|
||||
switch (_download_dest) {
|
||||
case DD_none:
|
||||
repeat_later = false; // We're done.
|
||||
break;
|
||||
|
||||
case DD_file:
|
||||
repeat_later = run_download_to_file();
|
||||
break;
|
||||
|
||||
case DD_ram:
|
||||
repeat_later = run_download_to_ram();
|
||||
break;
|
||||
}
|
||||
if (repeat_later) {
|
||||
thread_yield();
|
||||
|
Loading…
x
Reference in New Issue
Block a user