mirror of
https://github.com/glfw/glfw.git
synced 2024-11-22 21:14:35 +00:00
parent
580c7da559
commit
9ac9c61433
@ -522,6 +522,7 @@ void _glfwPlatformDestroyCursor(_GLFWcursor* cursor)
|
||||
if (cursor->wl.image)
|
||||
return;
|
||||
|
||||
if (cursor->wl.buffer)
|
||||
wl_buffer_destroy(cursor->wl.buffer);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user