Reduce framerate to 60fps
This commit is contained in:
parent
cae628537c
commit
4d4ecd67d0
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ export const DEFAULT_SYMBOL_HEIGHT = 32;
|
||||||
export const ENABLE_SHORTCUTS = true;
|
export const ENABLE_SHORTCUTS = true;
|
||||||
export const MAX_HISTORY = 200;
|
export const MAX_HISTORY = 200;
|
||||||
export const APPLY_BEHAVIORS_ON_CHILDREN = true;
|
export const APPLY_BEHAVIORS_ON_CHILDREN = true;
|
||||||
export const MAX_FRAMERATE = 120;
|
export const MAX_FRAMERATE = 60;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the default editor state given the configuration
|
* Returns the default editor state given the configuration
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue