Explorar o código

Fixed accidental code remove in last commit

vurtun %!s(int64=7) %!d(string=hai) anos
pai
achega
11c81d4631
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      nuklear.h

+ 1 - 1
nuklear.h

@@ -2911,7 +2911,7 @@ NK_API void nk_tree_state_pop(struct nk_context*);
  * ============================================================================= */
 struct nk_list_view {
 /* public: */
-    begin, end, count;
+    int begin, end, count;
 /* private: */
     int total_height;
     struct nk_context *ctx;