diff --git a/stepmania/Themes/default/Scripts/ActorDef.lua b/stepmania/Themes/default/Scripts/ActorDef.lua index 86b6f011bd..cb7951b943 100644 --- a/stepmania/Themes/default/Scripts/ActorDef.lua +++ b/stepmania/Themes/default/Scripts/ActorDef.lua @@ -144,6 +144,10 @@ function LoadActor( path, ... ) return t(...); end +function WrapInActorFrame( t ) + return Def.ActorFrame { children = t } +end + -- (c) 2006 Glenn Maynard -- All rights reserved. --