Fixed the compilation without TOUCH_ENABLED defined.

This commit is contained in:
Xawotihs@gmail.com
2012-01-26 22:59:46 +00:00
parent f935da2d31
commit c56d907eb5

View File

@@ -68,7 +68,7 @@ void InteractiveButton::Render()
float stringWidth = mainFont->GetStringWidth(detailedInfoString.c_str());
DWORD currentColor = mainFont->GetColor();
#ifndef TOUCH_ENABLED
mXOffset = -5
mXOffset = -5;
mYOffset = 10;
float boxStartX = getX() - 5;
float pspIconsSize = 0.5;