forgot to commit ScreenEdit, which uses SnapDisplay

This commit is contained in:
AJ Kelly
2011-03-04 22:48:40 -06:00
parent f1fe71a60a
commit 3aa0577801
+1 -1
View File
@@ -741,7 +741,7 @@ void ScreenEdit::Init()
this->AddChild( &m_Background );
m_SnapDisplay.SetXY( EDIT_X, PLAYER_Y_STANDARD );
m_SnapDisplay.Load( PLAYER_1 );
m_SnapDisplay.Load();
// xxx: hardcoded command -aj
m_SnapDisplay.SetZoom( 0.5f );
this->AddChild( &m_SnapDisplay );