Implement framerate limiter
This commit is contained in:
parent
8034652bdb
commit
f6953e42df
2 changed files with 37 additions and 4 deletions
|
@ -33,6 +33,7 @@ export const DEFAULT_SYMBOL_HEIGHT = 32;
|
|||
export const ENABLE_SHORTCUTS = true;
|
||||
export const MAX_HISTORY = 200;
|
||||
export const APPLY_BEHAVIORS_ON_CHILDREN = true;
|
||||
export const MAX_FRAMERATE = 120;
|
||||
|
||||
/**
|
||||
* Returns the default editor state given the configuration
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue