mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-26 03:30:46 +00:00
POLYMER=0 build fix. DONT_BUILD.
git-svn-id: https://svn.eduke32.com/eduke32@4367 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
7d88e047d3
commit
c3187cea1e
1 changed files with 3 additions and 0 deletions
|
@ -17502,8 +17502,11 @@ void invalidatetile(int16_t tilenume, int32_t pal, int32_t how)
|
||||||
gltexinvalidate(tilenume, np, hp);
|
gltexinvalidate(tilenume, np, hp);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef POLYMER
|
||||||
if (getrendermode() == REND_POLYMER)
|
if (getrendermode() == REND_POLYMER)
|
||||||
polymer_invalidateartmap(tilenume);
|
polymer_invalidateartmap(tilenume);
|
||||||
|
#endif
|
||||||
|
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue