From c56d907eb571ea86493c647a60d2cbbc9cb6d3f9 Mon Sep 17 00:00:00 2001 From: "Xawotihs@gmail.com" Date: Thu, 26 Jan 2012 22:59:46 +0000 Subject: [PATCH] Fixed the compilation without TOUCH_ENABLED defined. --- projects/mtg/src/InteractiveButton.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/mtg/src/InteractiveButton.cpp b/projects/mtg/src/InteractiveButton.cpp index 817550524..734c7f948 100644 --- a/projects/mtg/src/InteractiveButton.cpp +++ b/projects/mtg/src/InteractiveButton.cpp @@ -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;