Fixed accidental code remove in last commit
This commit is contained in:
parent
c36a167127
commit
11c81d4631
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user