mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -04:00
interrogate fix
This commit is contained in:
parent
7ebb9477f8
commit
8f5102d889
@ -612,7 +612,7 @@ void InterfaceMakerPythonNative::GetValideChildClasses( std::map< std::string
|
||||
CPPStructType *base_type = TypeManager::resolve_type(base._base)->as_struct_type();
|
||||
if(base_type != NULL)
|
||||
{
|
||||
std::string scoped_name = base_type->get_fully_scoped_name();
|
||||
std::string scoped_name = base_type->get_local_name(&parser);
|
||||
|
||||
if(answer.find(scoped_name) == answer.end())
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user