godot
godot copied to clipboard
Fix `SubViewport`/`AudioStreamPlayer2D` crash
Updated Viewport
destructor to remove itself from World2D
, to avoid World2D
keeping invalid pointers.
Fixes #89212