ValveSoftware / steam-audio

Steam Audio
https://valvesoftware.github.io/steam-audio/
Apache License 2.0
2.2k stars 152 forks source link

Fixed Crash because component owner can be invalid. #361

Open Kettenotter opened 5 days ago

Kettenotter commented 5 days ago

It was possible to crash the editor because the SteamAudioSourceComponent had no valid owner. So I added a check for it.