disabled popup border until solution can be made to work on PSP in an acceptable manner.

This commit is contained in:
techdragon.nguyen@gmail.com
2010-11-24 00:35:57 +00:00
parent 6ae7717de2
commit de60166440

View File

@@ -41,7 +41,8 @@ void SimplePopup::Render()
r->FillRoundRect(mX, mY, mWidth, textHeight, 2.0f, ARGB( 255, 0, 0, 0 ) );
// currently causes a crash on the PSP when drawing the corners.
#if defined (WIN32) || (LINUX) || (IOS)
// TODO: clean up the image ot make it loook cleaner. Find solution to load gfx to not crash PSP
#if 0
drawBoundingBox( mX, mY, mWidth, textHeight );
#endif
mTextFont->DrawString(detailedInformation.c_str(), mX + 20 , mY + 15);