mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-28 20:40:47 +00:00
- call StartPrecaching to keep Vulkan happy.
This commit is contained in:
parent
387c62d584
commit
e4cf768fa8
1 changed files with 1 additions and 0 deletions
|
@ -121,6 +121,7 @@ void markTileForPrecache(int tilenum, int palnum)
|
||||||
|
|
||||||
void precacheMarkedTiles()
|
void precacheMarkedTiles()
|
||||||
{
|
{
|
||||||
|
screen->StartPrecaching();
|
||||||
decltype(cachemap)::Iterator it(cachemap);
|
decltype(cachemap)::Iterator it(cachemap);
|
||||||
decltype(cachemap)::Pair* pair;
|
decltype(cachemap)::Pair* pair;
|
||||||
while (it.NextPair(pair))
|
while (it.NextPair(pair))
|
||||||
|
|
Loading…
Reference in a new issue