mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-30 20:33:40 +01:00
Fix usage
This commit is contained in:
parent
f4cb935e41
commit
8ed050e41f
1 changed files with 1 additions and 1 deletions
|
|
@ -184,7 +184,7 @@ namespace Dalamud.Game
|
|||
if (this.DispatchUpdateEvents)
|
||||
{
|
||||
var now = DateTime.Now;
|
||||
this.DeltaFrameworkUpdate = now - this.LastUpdate;
|
||||
this.UpdateDelta = now - this.LastUpdate;
|
||||
this.LastUpdate = now;
|
||||
|
||||
try
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue