mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Added p_shape check to avoid engine crush
This commit is contained in:
@@ -851,6 +851,8 @@ void Input::set_custom_mouse_cursor(const RES &p_cursor, CursorShape p_shape, co
|
||||
return;
|
||||
}
|
||||
|
||||
ERR_FAIL_INDEX(p_shape, CursorShape::CURSOR_MAX);
|
||||
|
||||
set_custom_mouse_cursor_func(p_cursor, p_shape, p_hotspot);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user