From 1c9ebd8dfeab1125827cf8fbcbded7f3bc88a093 Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Fri, 3 Aug 2007 03:47:33 +0000 Subject: [PATCH] hidden -> visible --- .../ScreenEvaluationStage overlay/life graph.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stepmania/Themes/default/BGAnimations/ScreenEvaluationStage overlay/life graph.lua b/stepmania/Themes/default/BGAnimations/ScreenEvaluationStage overlay/life graph.lua index e6280c68ed..6ed2749459 100644 --- a/stepmania/Themes/default/BGAnimations/ScreenEvaluationStage overlay/life graph.lua +++ b/stepmania/Themes/default/BGAnimations/ScreenEvaluationStage overlay/life graph.lua @@ -12,10 +12,10 @@ local t = Def.ActorFrame { OnCommand=cmd(linear,0.5;diffusealpha,1), OffCommand=cmd(linear,0.5;diffusealpha,0), }, - Line = Def.GraphLine { InitCommand=cmd(hidden,1) }, + Line = Def.GraphLine { InitCommand=cmd(visible,false) }, Body = Def.GraphBody { InitCommand=cmd(zwrite,1;blend,"BlendMode_NoEffect") }, - SongBoundary = Def.Actor { InitCommand=cmd(hidden,1) }, - Barely = Def.Actor { InitCommand=cmd(hidden,1) }, + SongBoundary = Def.Actor { InitCommand=cmd(visible,false) }, + Barely = Def.Actor { InitCommand=cmd(visible,false) }, } } return t