mirror of
https://github.com/tiennm99/godot.git
synced 2026-06-25 01:39:03 +00:00
6985967c3b
Other functions in the same file validate parameters using the ERR_FAIL macros. This validation was missing for Variant::construct resulting in a crash when called with invalid data (p_type < 0). fix #46067