Jeck - Minor fix to r1776.
This commit is contained in:
@@ -547,5 +547,8 @@ bool ShopItems::CheckUserInput(u32 key){
|
||||
return true;
|
||||
}
|
||||
}
|
||||
else if(dialog)
|
||||
return dialog->CheckUserInput(key);
|
||||
|
||||
return JGuiController::CheckUserInput(key);
|
||||
}
|
||||
Reference in New Issue
Block a user