Fix usage

This commit is contained in:
Raymond 2021-09-07 22:18:17 -04:00
parent f4cb935e41
commit 8ed050e41f

View file

@ -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