mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Change frameslist throttle from 1sec to 500ms
This commit is contained in:
parent
37443ecdc2
commit
ebab5ecb3f
@ -1,7 +1,7 @@
|
||||
(function () {
|
||||
var ns = $.namespace('pskl.controller');
|
||||
|
||||
var RENDER_MINIMUM_DELAY = 1000;
|
||||
var RENDER_MINIMUM_DELAY = 500;
|
||||
|
||||
var ACTION = {
|
||||
SELECT : 'select',
|
||||
|
Loading…
Reference in New Issue
Block a user