Update nuklear.h

This commit is contained in:
PROP 65 2024-08-14 00:38:46 +00:00 committed by GitHub
parent a33d01bd18
commit 6556884274
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -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