add ScreenSelectMusic::FOV
fixes CDTitles
This commit is contained in:
@@ -37,6 +37,7 @@
|
||||
|
||||
const int NUM_SCORE_DIGITS = 9;
|
||||
|
||||
#define FOV THEME->GetMetricF("ScreenSelectMusic","FOV")
|
||||
#define BANNER_WIDTH THEME->GetMetricF("ScreenSelectMusic","BannerWidth")
|
||||
#define BANNER_HEIGHT THEME->GetMetricF("ScreenSelectMusic","BannerHeight")
|
||||
#define SONG_OPTIONS_EXTRA_COMMAND THEME->GetMetric ("ScreenSelectMusic","SongOptionsExtraCommand")
|
||||
@@ -224,7 +225,7 @@ ScreenSelectMusic::~ScreenSelectMusic()
|
||||
|
||||
void ScreenSelectMusic::DrawPrimitives()
|
||||
{
|
||||
DISPLAY->LoadMenuPerspective(90);
|
||||
DISPLAY->LoadMenuPerspective(FOV);
|
||||
|
||||
m_Menu.DrawBottomLayer();
|
||||
Screen::DrawPrimitives();
|
||||
|
||||
Reference in New Issue
Block a user