From 2ea07d8fae3df8aa03d83494d3c2b4942fe87a21 Mon Sep 17 00:00:00 2001 From: drug007 Date: Fri, 6 Jul 2018 12:11:24 +0300 Subject: [PATCH] typo --- doc/nuklear.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/nuklear.html b/doc/nuklear.html index 1c6d1b2..619d66d 100644 --- a/doc/nuklear.html +++ b/doc/nuklear.html @@ -865,7 +865,7 @@ NK_WINDOW_NO_SCROLLBAR | Removes the scrollbar from the window NK_WINDOW_TITLE | Forces a header at the top at the window showing the title NK_WINDOW_SCROLL_AUTO_HIDE | Automatically hides the window scrollbar if no user interaction: also requires delta time in `nk_context` to be set each frame NK_WINDOW_BACKGROUND | Always keep window in the background -NK_WINDOW_SCALE_LEFT | Puts window scaler in the left-ottom corner instead right-bottom +NK_WINDOW_SCALE_LEFT | Puts window scaler in the left-bottom corner instead right-bottom NK_WINDOW_NO_INPUT | Prevents window of scaling, moving or getting focus #### nk_collapse_states State | Description