Adjust some frametiming stuff (#6496)

This commit is contained in:
metalgearsloth
2022-03-01 01:11:25 +11:00
committed by GitHub
parent eeef210ae4
commit ffed5eec81
6 changed files with 33 additions and 23 deletions

View File

@@ -243,7 +243,7 @@ namespace Content.Client.DragDrop
if (_targetRecheckTime > TargetRecheckInterval)
{
HighlightTargets();
_targetRecheckTime = 0;
_targetRecheckTime -= TargetRecheckInterval;
}
return true;