From a33d01bd182b32b7304d7d30f297d42efb63ed4c Mon Sep 17 00:00:00 2001 From: PROP 65 <132837123+PROP65@users.noreply.github.com> Date: Wed, 14 Aug 2024 00:38:41 +0000 Subject: [PATCH] Update nuklear_window.c --- src/nuklear_window.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/nuklear_window.c b/src/nuklear_window.c index 2e382b2..e3dd51a 100644 --- a/src/nuklear_window.c +++ b/src/nuklear_window.c @@ -567,7 +567,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