fix Lua warning by removing redundant code

This commit is contained in:
Devin J. Pohly
2013-07-21 19:29:28 -04:00
parent 9c1da9cfd4
commit 1da76c3a54
+2 -8
View File
@@ -1147,14 +1147,8 @@ ShowAutogen=true
AutogenX=-132 AutogenX=-132
AutogenY=0 AutogenY=0
AutogenOnCommand= AutogenOnCommand=
AutogenSetCommand=%function(self,param) \ AutogenSetCommand=finishtweening
if param.Steps:IsAutogen() then \ AutogenTweenOnCommand=finishtweening;decelerate,0.25;zoom,1
self:finishtweening(); \
else \
self:finishtweening(); \
end \
end;
AutogenTweenOnCommand=finishtweening;decelerate,0.25;zoom,1;
AutogenTweenOffCommand=finishtweening;bounceend,0.2;zoomx,8;zoomy,0 AutogenTweenOffCommand=finishtweening;bounceend,0.2;zoomx,8;zoomy,0
# #
ShowStepsType=ThemePrefs.Get("AutoSetStyle") ShowStepsType=ThemePrefs.Get("AutoSetStyle")