diff --git a/app/lib/surface/Surface.coffee b/app/lib/surface/Surface.coffee index b96203fd4..e23315bda 100644 --- a/app/lib/surface/Surface.coffee +++ b/app/lib/surface/Surface.coffee @@ -52,7 +52,7 @@ module.exports = Surface = class Surface extends CocoClass coords: null # use world defaults, or set to false/true to override playJingle: false showInvisible: false - frameRate: 30 # Best as a divisor of 60, like 15, 30, 60, with RAF_SYNCHED timing. + frameRate: 60 # Best as a divisor of 60, like 15, 30, 60, with RAF_SYNCHED timing. subscriptions: 'level:disable-controls': 'onDisableControls'