Fixes error on reading compiled scripts.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -381,7 +381,7 @@ void AngelScriptResolver::InitializeByteCode(
|
||||
for (const auto& val : innerDb.second) {
|
||||
auto decl = val.second;
|
||||
auto type = objectTypes[decl];
|
||||
_itemUseTypes[val.first] = type;
|
||||
_itemUseTypes.Set(val.first, type);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user