Fix missing 'needsUpdate' check before pushing surface to the list
This commit is contained in:
parent
d9b066ad37
commit
b588d0ef22
1 changed files with 1 additions and 1 deletions
|
|
@ -207,7 +207,7 @@ struct HWDrawInfo
|
|||
return;
|
||||
}
|
||||
|
||||
if (!surface->portalIndex && !surface->bSky)
|
||||
if (surface->needsUpdate && !surface->portalIndex && !surface->bSky)
|
||||
{
|
||||
VisibleSurfaces.Push(surface);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue