mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
build on windows
This commit is contained in:
parent
5eda2823ab
commit
fb70c6177e
@ -286,7 +286,7 @@ remove_hooks_with(void *data) {
|
|||||||
if ((*cfi).second == data) {
|
if ((*cfi).second == data) {
|
||||||
any_removed = true;
|
any_removed = true;
|
||||||
} else {
|
} else {
|
||||||
new_funcs.insert(*cfi, new_funcs.end());
|
new_funcs.insert(*cfi);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
funcs.swap(new_funcs);
|
funcs.swap(new_funcs);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user