env_glow: Fix Spawned() not calling its prior self.

This commit is contained in:
Marco Cawthorne 2022-06-02 20:01:06 -07:00
parent 18fc98d7ec
commit 78d3942789
Signed by: eukara
GPG key ID: CE2032F0A2882A22

View file

@ -215,6 +215,7 @@ env_glow::Respawn(void)
void
env_glow::Spawned(void)
{
super::Spawned();
RendererRestarted();
}