infodecal: set drawmask in the constructor, fixes decals not rendering.
This commit is contained in:
parent
0891d9ea65
commit
6f3a1d1d52
1 changed files with 2 additions and 0 deletions
|
@ -59,4 +59,6 @@ infodecal::infodecal(void)
|
|||
Destroy();
|
||||
return;
|
||||
}
|
||||
|
||||
drawmask = MASK_ENGINE;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue