Skip to content

Commit

Permalink
Final LUS bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
Malkierian committed Dec 18, 2024
1 parent e2788fa commit 9abd8f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion libultraship
4 changes: 2 additions & 2 deletions soh/soh/ResourceManagerHelpers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -551,9 +551,9 @@ std::array<std::unordered_set<std::string>, SCENE_TESTROOM + 1> sceneObjects;
void LoadSceneResourcesProcess(int16_t sceneNum) {
auto play = gPlayState;
for (auto objectName : sceneObjects[sceneNum]) {
//if (!sceneObjects[play->sceneNum].contains(objectName)) {
if (!sceneObjects[play->sceneNum].contains(objectName)) {
OTRGlobals::Instance->context->GetResourceManager()->LoadResources("alt/objects/" + objectName + "/*");
//}
}
}
OTRGlobals::Instance->context->GetResourceManager()->LoadResources(GetScenePathMask(sceneNum));
}
Expand Down

0 comments on commit 9abd8f4

Please sign in to comment.