diff --git a/dist/MessagesForMacintosh.dsk b/dist/MessagesForMacintosh.dsk index e449bc1..397dd98 100644 Binary files a/dist/MessagesForMacintosh.dsk and b/dist/MessagesForMacintosh.dsk differ diff --git a/dist/MessagesForMacintosh.zip b/dist/MessagesForMacintosh.zip index 97aa97a..67504e3 100644 Binary files a/dist/MessagesForMacintosh.zip and b/dist/MessagesForMacintosh.zip differ diff --git a/nuklear_quickdraw.h b/nuklear_quickdraw.h index 1cb5870..0fb3881 100644 --- a/nuklear_quickdraw.h +++ b/nuklear_quickdraw.h @@ -622,6 +622,14 @@ void updateBounds(int top, int bottom, int left, int right) { writeSerialPortDebug(boutRefNum, "NK_COMMAND_RECT_FILLED5"); #ifdef COMMAND_CACHING + + char x[255]; + sprintf(x, "cmd: %d", cmd->type); + writeSerialPortDebug(boutRefNum, x); + char y[255]; + sprintf(y, "lastCmd: %d", lastCmd->type); + writeSerialPortDebug(boutRefNum, y); + if (!lastInputWasBackspace && cmd->type == lastCmd->type && memcmp(r, lastCmd, sizeof(struct nk_command_rect_filled)) == 0) { #ifdef NK_QUICKDRAW_GRAPHICS_DEBUGGING