- call StartPrecaching to keep Vulkan happy.

This commit is contained in:
Christoph Oelckers 2021-04-11 10:50:04 +02:00
parent 387c62d584
commit e4cf768fa8

View file

@ -121,6 +121,7 @@ void markTileForPrecache(int tilenum, int palnum)
void precacheMarkedTiles()
{
screen->StartPrecaching();
decltype(cachemap)::Iterator it(cachemap);
decltype(cachemap)::Pair* pair;
while (it.NextPair(pair))