mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-01-31 13:50:48 +00:00
- the texture precaching message is supposed to be debug only
This commit is contained in:
parent
a0670f5c5b
commit
41a9496bef
1 changed files with 1 additions and 1 deletions
|
@ -277,7 +277,7 @@ void hw_PrecacheTexture(uint8_t *texhitlist, TMap<PClassActor*, bool> &actorhitl
|
||||||
delete renderer;
|
delete renderer;
|
||||||
|
|
||||||
precache.Unclock();
|
precache.Unclock();
|
||||||
Printf(DMSG_NOTIFY, "Textures precached in %.3f ms\n", precache.TimeMS());
|
DPrintf(DMSG_NOTIFY, "Textures precached in %.3f ms\n", precache.TimeMS());
|
||||||
}
|
}
|
||||||
|
|
||||||
delete[] spritehitlist;
|
delete[] spritehitlist;
|
||||||
|
|
Loading…
Reference in a new issue