Fix ShowMouseCursor preference on windows

This commit is contained in:
Colby Klein
2019-03-18 15:52:50 -07:00
parent b80f5e3ed4
commit 96384e4c05
@@ -3,6 +3,7 @@
#include "archutils/Win32/DirectXHelpers.h"
#include "archutils/Win32/ErrorStrings.h"
#include "archutils/Win32/GraphicsWindow.h"
#include "PrefsManager.h"
#include "RageUtil.h"
#include "RageLog.h"
#include "RageDisplay.h"
@@ -307,6 +308,7 @@ void LowLevelWindow_Win32::SwapBuffers()
void LowLevelWindow_Win32::Update()
{
::ShowCursor(PREFSMAN->m_bShowMouseCursor);
GraphicsWindow::Update();
}