mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-02-25 04:41:15 +00:00
Polymer: fix synthesis warning.
git-svn-id: https://svn.eduke32.com/eduke32@5295 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
8212aa11c6
commit
6a6d120d8e
1 changed files with 1 additions and 1 deletions
|
@ -2161,7 +2161,7 @@ static void polymer_drawplane(_prplane* plane)
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
planevbo = plane->vbo;
|
planevbo = plane->vbo;
|
||||||
geomfbooffset = NULL;
|
geomfbooffset = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (planevbo && (pr_vbos > 0))
|
if (planevbo && (pr_vbos > 0))
|
||||||
|
|
Loading…
Reference in a new issue