Fix editor yellow syndrome, remove EditModifiers metric

This commit is contained in:
Jonathan Payne
2012-07-06 11:56:41 -07:00
parent 01193605eb
commit 185643aa26
2 changed files with 1 additions and 5 deletions
@@ -3,10 +3,6 @@ local t = Def.ActorFrame {
};
t[#t+1] = Def.ActorFrame {
InitCommand=cmd(Center);
Def.Quad {
InitCommand=cmd(scaletoclipped,SCREEN_WIDTH,SCREEN_HEIGHT);
OnCommand=cmd(diffuse,color("#ffcb05"));
};
LoadActor( THEME:GetPathB("ScreenWithMenuElements","background/_bg top") ) .. {
InitCommand=cmd(scaletoclipped,SCREEN_WIDTH,SCREEN_HEIGHT);
};