Increase resize debounce time
This commit is contained in:
parent
65c75859bc
commit
482129ff35
1 changed files with 1 additions and 1 deletions
|
|
@ -178,7 +178,7 @@ extern GlobalState global_state;
|
|||
else Py_DECREF(cret_); \
|
||||
}
|
||||
|
||||
#define RESIZE_DEBOUNCE_TIME 0.1
|
||||
#define RESIZE_DEBOUNCE_TIME 0.2
|
||||
|
||||
void gl_init();
|
||||
void remove_vao(ssize_t vao_idx);
|
||||
|
|
|
|||
Loading…
Reference in a new issue