Increase resize debounce time
This commit is contained in:
parent
65c75859bc
commit
482129ff35
@ -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…
x
Reference in New Issue
Block a user