mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 01:07:43 +00:00
Resource factories now provided with self-ref
This commit is contained in:
@@ -413,7 +413,7 @@ bool CWorld::CheckWorldComplete(CStateManager* mgr, TAreaId id, ResId mreaId)
|
||||
if (!skybox)
|
||||
return false;
|
||||
|
||||
skybox->Touch(0);
|
||||
skybox->GetInstance().Touch(0);
|
||||
if (!skybox->IsLoaded(0))
|
||||
return false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user