mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-02-19 18:50:52 +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();
|
for (int i = 0; i < GLDL_TYPES; i++) drawlists[i].Reset();
|
||||||
hudsprites.Clear();
|
hudsprites.Clear();
|
||||||
// Coronas.Clear();
|
Coronas.Clear();
|
||||||
vpIndex = 0;
|
vpIndex = 0;
|
||||||
|
|
||||||
// Fullbright information needs to be propagated from the main view.
|
// Fullbright information needs to be propagated from the main view.
|
||||||
|
|
Loading…
Reference in a new issue