mirror of
https://github.com/tiennm99/godot.git
synced 2026-06-23 11:37:04 +00:00
e8af3e7e8d
A Vector<>-variant can't be used in an Object::cast_to, because Vector doesn't inherit from Object and this cast always returns a nullptr. This patch replaces the Object::cast_to and accesses the contained Vector directly.