From 6556884274888947daf4864e2663762cc708232f Mon Sep 17 00:00:00 2001 From: PROP 65 <132837123+PROP65@users.noreply.github.com> Date: Wed, 14 Aug 2024 00:38:46 +0000 Subject: [PATCH] Update nuklear.h --- nuklear.h | 1 - 1 file changed, 1 deletion(-) diff --git a/nuklear.h b/nuklear.h index 12fa7ab..13940f6 100644 --- a/nuklear.h +++ b/nuklear.h @@ -20789,7 +20789,6 @@ nk_window_set_bounds(struct nk_context *ctx, if (!ctx) return; win = nk_window_find(ctx, name); if (!win) return; - NK_ASSERT(ctx->current != win && "You cannot update a currently in procecss window"); win->bounds = bounds; } NK_API void