mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-02-17 01:31:25 +00:00
Fix coronas
This commit is contained in:
parent
11ca6bb067
commit
583f194622
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ void HWDrawInfo::StartScene(FRenderViewpoint &parentvp, HWViewpointUniforms *uni
|
|||
|
||||
for (int i = 0; i < GLDL_TYPES; i++) drawlists[i].Reset();
|
||||
hudsprites.Clear();
|
||||
// Coronas.Clear();
|
||||
Coronas.Clear();
|
||||
vpIndex = 0;
|
||||
|
||||
// Fullbright information needs to be propagated from the main view.
|
||||
|
|
Loading…
Reference in a new issue