Skip to content

Commit aafb338

Browse files
author
Ben Abbott
authored
Add missing comma to Frame Rate Config
As I was experimenting with Phaser 3 I copied and pasted the example FPS config only to find it was missing a comma.
1 parent 0b282ae commit aafb338

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

v3/src/boot/Config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ var Config = new Class({
6868
// fps: {
6969
// min: 10,
7070
// target: 60,
71-
// max: 120
71+
// max: 120,
7272
// forceSetTimeOut: false,
7373
// deltaHistory: 10
7474
// }

0 commit comments

Comments
 (0)