Reduce framerate to 60fps

This commit is contained in:
Eric NGUYEN 2022-08-31 18:08:57 +02:00
parent cae628537c
commit 4d4ecd67d0

View file

@ -33,7 +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;
export const MAX_FRAMERATE = 60;
/**
* Returns the default editor state given the configuration