Skip to content

Commit

Permalink
store 100 frames of history.
Browse files Browse the repository at this point in the history
  • Loading branch information
DerpleMQ2 committed Jan 7, 2024
1 parent 1396e53 commit 5a011da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extras/version.lua
Original file line number Diff line number Diff line change
@@ -1 +1 @@
return { commitId = '357ce2e 2024-01-06' }
return { commitId = '1396e53 2024-01-06' }
2 changes: 1 addition & 1 deletion utils/rgmercs_modules.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ local RGMercsLogger = require("utils.rgmercs_logger")
local Module = { _version = '0.1a', _author = 'Derple', }
Module.__index = Module
Module.FrameTimes = {}
Module.FramesToStore = 5
Module.FramesToStore = 100

---@return any
function Module.load()
Expand Down

0 comments on commit 5a011da

Please sign in to comment.