diff --git a/src/steamcompmgr.cpp b/src/steamcompmgr.cpp index 0058426..534d13c 100644 --- a/src/steamcompmgr.cpp +++ b/src/steamcompmgr.cpp @@ -863,7 +863,7 @@ bool MouseCursor::getTexture() // TODO: choose format & modifiers from cursor plane } - m_texture = vulkan_create_texture_from_bits(m_width, m_height, VK_FORMAT_R8G8B8A8_UNORM, texCreateFlags, cursorBuffer.data()); + m_texture = vulkan_create_texture_from_bits(m_width, m_height, VK_FORMAT_B8G8R8A8_UNORM, texCreateFlags, cursorBuffer.data()); assert(m_texture); XFree(image); m_dirty = false;