mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 08:44:19 -04:00
fixed infinite recursion in unmanage()
This commit is contained in:
parent
97385fd149
commit
3403c3b88d
@ -37,7 +37,7 @@ void GuiSign::manage(GuiManager* mgr, EventHandler& eh) {
|
|||||||
void GuiSign::unmanage(void) {
|
void GuiSign::unmanage(void) {
|
||||||
if (_mgr != (GuiManager*)0L)
|
if (_mgr != (GuiManager*)0L)
|
||||||
_mgr->remove_label(_sign);
|
_mgr->remove_label(_sign);
|
||||||
GuiSign::unmanage();
|
GuiItem::unmanage();
|
||||||
}
|
}
|
||||||
|
|
||||||
void GuiSign::set_scale(float f) {
|
void GuiSign::set_scale(float f) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user