From 3814584a88827a8e161d323f93c24018b5f9b45b Mon Sep 17 00:00:00 2001 From: Helloyunho Date: Thu, 3 Jul 2025 01:31:54 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=91=EF=B8=8F=20fix:=20missing=20check?= =?UTF-8?q?=20for=20draw=20cursor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ISLE/isleapp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ISLE/isleapp.cpp b/ISLE/isleapp.cpp index fa2d3e2f..f8d12623 100644 --- a/ISLE/isleapp.cpp +++ b/ISLE/isleapp.cpp @@ -780,7 +780,7 @@ MxResult IsleApp::SetupWindow() LegoOmni::GetInstance()->GetInputManager()->SetUseJoystick(m_useJoystick); LegoOmni::GetInstance()->GetInputManager()->SetJoystickIndex(m_joystickIndex); } - if (LegoOmni::GetInstance()->GetVideoManager()) { + if (LegoOmni::GetInstance()->GetVideoManager() && g_isle->GetDrawCursor()) { LegoOmni::GetInstance()->GetVideoManager()->SetCursorBitmap( m_cursorCurrentBitmap->bitmap, m_cursorCurrentBitmap->x,