hidden bug while debugging on xbox kernel thread's issue

This commit is contained in:
RadWolfie 2022-02-02 17:51:10 -06:00 committed by ergo720
parent 44ed2ee3aa
commit a769e896c6
1 changed files with 1 additions and 1 deletions

View File

@ -759,7 +759,7 @@ static void CxbxUpdateCursor(bool forceShow = false) {
return;
}
if (g_renderbase->IsImGuiFocus() || forceShow) {
if (g_renderbase && g_renderbase->IsImGuiFocus() || forceShow) {
if (cursorInfo.flags == 0) {
ShowCursor(TRUE);
}