Fix GP info dialog

This commit is contained in:
Marianne Gagnon
2014-02-28 18:28:42 -05:00
parent 7e9682bde6
commit 093ac337d1

View File

@@ -48,6 +48,7 @@ using namespace GUIEngine;
GPInfoDialog::GPInfoDialog(const std::string& gpIdent, const float w, const float h) : ModalDialog(w, h)
{
doInit();
m_curr_time = 0.0f;
const int y1 = m_area.getHeight()/7;