Fix SDL2 cursor

This commit is contained in:
Jérôme Leclercq 2020-11-17 17:44:31 +01:00
parent 7526923a8d
commit bd9d30407c
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ namespace Nz
m_iconImage.GetHeight(),
32,
4 * m_iconImage.GetWidth(),
SDL_PIXELFORMAT_BGRA8888
SDL_PIXELFORMAT_BGRA32
);
if (!m_icon)