Update Time.h

This commit is contained in:
stefnotch
2021-07-23 14:27:07 +02:00
committed by GitHub
parent 1e6d4026da
commit 970456da91

View File

@@ -54,7 +54,8 @@ public:
double NextBegin;
/// <summary>
/// The delta time.
/// The delta time.
/// Always returns the delta time for the current event, meaning it can be used in Update, FixedUpdate, Draw, etc.
/// </summary>
TimeSpan DeltaTime;