reset pools on newframe

This commit is contained in:
2026-09-03 08:12:34 +02:00
parent 54584728c3
commit f1540f0098
3 changed files with 10 additions and 7 deletions
-1
View File
@@ -33,7 +33,6 @@ PD_API void GfxDriver::Reset() {
CountDrawcalls = pCountDrawcalls;
pCountCommands = 0;
pCountDrawcalls = 0;
ResetPools();
SysReset();
}