aboutsummaryrefslogtreecommitdiff
path: root/platform/x11
diff options
context:
space:
mode:
authorMax Hilbrunner2018-05-28 12:52:10 +0200
committerGitHub2018-05-28 12:52:10 +0200
commit856d945248a8ff3518de80eba48f19d2388c06f9 (patch)
tree41a54974737b28f46e66b1474486bd314923784a /platform/x11
parentced113136b2ff9e838bbc86ea798ac8afe6e1062 (diff)
parentaad6bdad946e54e567d6cd22abfa2d829db6b871 (diff)
downloadgodot-856d945248a8ff3518de80eba48f19d2388c06f9.tar.gz
godot-856d945248a8ff3518de80eba48f19d2388c06f9.tar.zst
godot-856d945248a8ff3518de80eba48f19d2388c06f9.zip
Diffstat (limited to 'platform/x11')
-rw-r--r--platform/x11/os_x11.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/x11/os_x11.cpp b/platform/x11/os_x11.cpp
index efa55ddf5..774fceff6 100644
--- a/platform/x11/os_x11.cpp
+++ b/platform/x11/os_x11.cpp
@@ -2449,6 +2449,7 @@ void OS_X11::set_custom_mouse_cursor(const RES &p_cursor, CursorShape p_shape, c
ERR_FAIL_COND(!texture.is_valid());
ERR_FAIL_COND(texture_size.width > 256 || texture_size.height > 256);
+ ERR_FAIL_COND(!image.is_valid());
image = texture->get_data();