mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-25 02:26:28 +00:00
* Changed another instance of ERR_FAIL_COND in the same file to ERR_FAIL_NULL_MSG instead. * Checked for potential access of the viewport pointer elsewhere in same file. Fixes #54098