Update TRSLegacyLoader.cpp
This commit is contained in:
parent
d456220006
commit
a69bedb033
|
@ -165,8 +165,8 @@ void LegacyCoreLoader::DoLoad(ccl::semantic::RSCore& core) {
|
|||
|
||||
ccl::lang::ManagedText LegacyCoreLoader::LoadText() {
|
||||
auto rawText = ar.Load<std::string>();
|
||||
details::FixOldReferences(rawText);
|
||||
const auto cache = ar.Load<std::string>();
|
||||
details::FixOldReferences(rawText);
|
||||
return ccl::lang::ManagedText{ rawText, cache };
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user