infodecal: set drawmask in the constructor, fixes decals not rendering.

This commit is contained in:
Marco Cawthorne 2022-12-06 01:11:35 -08:00
parent 0891d9ea65
commit 6f3a1d1d52
Signed by: eukara
GPG Key ID: CE2032F0A2882A22
1 changed files with 2 additions and 0 deletions

View File

@ -59,4 +59,6 @@ infodecal::infodecal(void)
Destroy();
return;
}
drawmask = MASK_ENGINE;
}