Update nuklear.h
This commit is contained in:
parent
a33d01bd18
commit
6556884274
|
@ -20789,7 +20789,6 @@ nk_window_set_bounds(struct nk_context *ctx,
|
||||||
if (!ctx) return;
|
if (!ctx) return;
|
||||||
win = nk_window_find(ctx, name);
|
win = nk_window_find(ctx, name);
|
||||||
if (!win) return;
|
if (!win) return;
|
||||||
NK_ASSERT(ctx->current != win && "You cannot update a currently in procecss window");
|
|
||||||
win->bounds = bounds;
|
win->bounds = bounds;
|
||||||
}
|
}
|
||||||
NK_API void
|
NK_API void
|
||||||
|
|
Loading…
Reference in New Issue