diff --git a/src/Stats.js b/src/Stats.js index 90b2a27..8eaad0c 100644 --- a/src/Stats.js +++ b/src/Stats.js @@ -100,6 +100,12 @@ var Stats = function () { startTime = Date.now(); }, + + getFPS: function () { + + return fps; + + }, end: function () { @@ -146,4 +152,4 @@ if ( typeof module === 'object' ) { module.exports = Stats; -} \ No newline at end of file +}