Merge branch 'stefnotch-patch-11'

This commit is contained in:
Wojtek Figat
2021-07-23 16:26:01 +02:00

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;