diff --git a/data/dynos_mgr_actor.cpp b/data/dynos_mgr_actor.cpp index cc1ec52a..0e607dff 100644 --- a/data/dynos_mgr_actor.cpp +++ b/data/dynos_mgr_actor.cpp @@ -47,7 +47,7 @@ void DynOS_Actor_AddCustom(const SysPath &aFilename, const char *aActorName) { // Add to custom actors if (georef == NULL) { DynosCustomActors().Add({ actorName, geoLayout }); - georef = geoLayout; + georef = NULL; } // Alloc and init the actors gfx list