Skip to content

Commit

Permalink
🐛 Fix the incorrect typing for ct.speed
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmoMyzrailGorynych committed Feb 5, 2020
1 parent 2d5af67 commit 31c1a3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/data/ct.release/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ setInterval(function () {
*/
const ct = {
/**
* An array with metadata of all the modules used in a ct.js game
* @type {Object.<string,ILibMeta>}
* A target number of frames per second. It can be interpreted as a second in timers.
* @type {number}
*/
speed: [/*@maxfps@*/][0] || 60,
types: {},
Expand Down

0 comments on commit 31c1a3d

Please sign in to comment.