mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-02 05:43: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)
|
if (this.DispatchUpdateEvents)
|
||||||
{
|
{
|
||||||
var now = DateTime.Now;
|
var now = DateTime.Now;
|
||||||
this.DeltaFrameworkUpdate = now - this.LastUpdate;
|
this.UpdateDelta = now - this.LastUpdate;
|
||||||
this.LastUpdate = now;
|
this.LastUpdate = now;
|
||||||
|
|
||||||
try
|
try
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue