From 9b9f88e907fe4c8f481ac09da9a3dcdc1afc7cad Mon Sep 17 00:00:00 2001 From: Cong Date: Sun, 2 Apr 2017 13:57:45 +1000 Subject: [PATCH] Remove redundant assign --- nuklear.h | 1 - 1 file changed, 1 deletion(-) diff --git a/nuklear.h b/nuklear.h index 825fe96..1f71116 100644 --- a/nuklear.h +++ b/nuklear.h @@ -16798,7 +16798,6 @@ nk_panel_end(struct nk_context *ctx) scroll_target = (float)(int)(layout->max_x - scroll.x); scroll_step = layout->max_x * 0.05f; scroll_inc = layout->max_x * 0.005f; - scroll_has_scrolling = scroll_has_scrolling; scroll_offset = nk_do_scrollbarh(&state, out, scroll, scroll_has_scrolling, scroll_offset, scroll_target, scroll_step, scroll_inc, &ctx->style.scrollh, in, style->font);