Eliminado la variable global keystates
This commit is contained in:
@@ -137,7 +137,7 @@ void Menu::setRectSize()
|
||||
//y dos por la izquierda, uno de ellos para el selector
|
||||
for (i = 0; i < mTotalItems; i++)
|
||||
{
|
||||
if (mMenuItem[i].label.length() > maxLength)
|
||||
if ((int)mMenuItem[i].label.length() > maxLength)
|
||||
{
|
||||
maxLength = mMenuItem[i].label.length();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user