Update nuklear_window.c
This commit is contained in:
parent
be0a3f6141
commit
a33d01bd18
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue