diff --git a/data/dynos_mgr_actor.cpp b/data/dynos_mgr_actor.cpp index 802c6a6d4..63702eaf1 100644 --- a/data/dynos_mgr_actor.cpp +++ b/data/dynos_mgr_actor.cpp @@ -47,7 +47,7 @@ void DynOS_Actor_AddCustom(const SysPath &aPackFolder, const char *aActorName) { pActorGfxList.Resize(DynOS_Actor_GetCount()); pActorGfxList[index].mPackIndex = 99; pActorGfxList[index].mGfxData = _GfxData; - pActorGfxList[index].mGraphNode = (GraphNode *) DynOS_Geo_GetGraphNode(geoLayout, true); + pActorGfxList[index].mGraphNode = (GraphNode *) DynOS_Geo_GetGraphNode(geoLayout, false); } s32 DynOS_Actor_GetCount() {