Skip to content

Commit

Permalink
update UpdateTick docs
Browse files Browse the repository at this point in the history
  • Loading branch information
friflo committed Jan 10, 2025
1 parent 28aa915 commit db77eda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ECS/Systems/Extensions/UpdateTick.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public readonly struct UpdateTick
/// <summary> The elapsed time since previous <see cref="SystemGroup.Update"/> execution. </summary>
public readonly float deltaTime;

/// <summary> The time at the beginning of the current frame. </summary>
/// <summary> The time at the beginning of the current frame since application start. </summary>
public readonly float time;

public override string ToString() => $"deltaTime: {deltaTime}";
Expand Down

0 comments on commit db77eda

Please sign in to comment.