mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +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
|
||||
{
|
||||
planevbo = plane->vbo;
|
||||
geomfbooffset = NULL;
|
||||
geomfbooffset = 0;
|
||||
}
|
||||
|
||||
if (planevbo && (pr_vbos > 0))
|
||||
|
|
Loading…
Reference in a new issue