Fix = inplace of ==

This commit is contained in:
meepingsnesroms
2018-04-04 09:36:22 -07:00
parent 6836853d13
commit 71e1aa52d1

View File

@@ -51,7 +51,7 @@ static void renderListFrame(){
setDebugTag("Rendering List Frame");
for(textBoxes = 0; textBoxes < ITEM_LIST_ENTRYS; textBoxes++){
if(textBoxes = index){
if(textBoxes == index){
/*render list cursor inverted*/
UG_SetBackcolor(C_BLACK);
UG_SetForecolor(C_WHITE);