mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-28 15:53:55 -04:00
parent
f058bad802
commit
11d5a49d6f
@ -469,6 +469,7 @@ replace_on_light(const NodePath &source, const NodePath &dest) const {
|
||||
slobj->attrib_unref();
|
||||
|
||||
*it = dest;
|
||||
attrib->_on_lights.sort();
|
||||
}
|
||||
return return_new(attrib);
|
||||
}
|
||||
@ -531,6 +532,7 @@ replace_off_light(const NodePath &source, const NodePath &dest) const {
|
||||
slobj->attrib_unref();
|
||||
|
||||
*it = dest;
|
||||
attrib->_off_lights.sort();
|
||||
}
|
||||
return return_new(attrib);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user