slightly rework call tracking for nuklear command caching, cut another debug release

This commit is contained in:
camh 2022-02-18 09:30:18 -08:00
parent 11687693ab
commit 0d0cf7ed7f
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1155,7 +1155,7 @@ NK_API void nk_quickdraw_render(WindowPtr window, struct nk_context *ctx) {
memcpy(last, cmds, ctx->memory.allocated);
lastCalls = ctx->memory.calls;
lastCalls = currentCalls;
#ifdef PROFILING
PROFILE_END("memcpy commands");