This commit is contained in:
@@ -85,7 +85,7 @@ public:
|
||||
auto v = _baseTypes.TryGet(name);
|
||||
if (!v.has_value()) {
|
||||
t = _mainModule->GetTypeInfoByName(name.c_str());
|
||||
if (t == NULL){
|
||||
if (t == NULL) {
|
||||
t = _engine->GetTypeInfoByDecl(name.c_str());
|
||||
}
|
||||
_baseTypes.Insert(name, t);
|
||||
|
||||
Reference in New Issue
Block a user