mirror of
https://github.com/panda3d/panda3d.git
synced 2026-04-21 22:18:25 -05:00
fix clear_local_value()
This commit is contained in:
@@ -260,6 +260,7 @@ clear_local_value() {
|
||||
if (_local_value != (ConfigDeclaration *)NULL) {
|
||||
ConfigPage::get_local_page()->delete_declaration(_local_value);
|
||||
_local_value = (ConfigDeclaration *)NULL;
|
||||
invalidate_cache();
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user