mirror of
https://github.com/libretro/Mu.git
synced 2026-09-23 07:05:37 +00:00
Fix = inplace of ==
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user