Merge branch 'patch-11' of git://github.com/stefnotch/FlaxEngine into stefnotch-patch-11

This commit is contained in:
Wojtek Figat
2021-07-23 16:25:57 +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;