diff --git a/stepmania/Themes/default/Graphics/_PaneDisplay label.lua b/stepmania/Themes/default/Graphics/_PaneDisplay label.lua index 71e3aef8f1..78ff93a48d 100644 --- a/stepmania/Themes/default/Graphics/_PaneDisplay label.lua +++ b/stepmania/Themes/default/Graphics/_PaneDisplay label.lua @@ -7,9 +7,8 @@ return Def.ActorFrame { children = { - Def.BitmapText { + LoadFont( "Common", "normal" ) .. { Text=THEME:GetString("PaneDisplay", text); - File="Common normal"; OnCommand=cmd(shadowlength,0;horizalign,left;zoom,0.5); }; };