mirror of
https://github.com/CamHenlin/MessagesForMacintosh.git
synced 2024-11-21 19:30:51 +00:00
slightly rework call tracking for nuklear command caching, cut another debug release
This commit is contained in:
parent
11687693ab
commit
0d0cf7ed7f
BIN
dist/MessagesForMacintosh.dsk
vendored
BIN
dist/MessagesForMacintosh.dsk
vendored
Binary file not shown.
BIN
dist/MessagesForMacintosh.zip
vendored
BIN
dist/MessagesForMacintosh.zip
vendored
Binary file not shown.
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user