diff --git a/Source/Engine/Engine/Time.h b/Source/Engine/Engine/Time.h index d4cf673e9..ec3f8d950 100644 --- a/Source/Engine/Engine/Time.h +++ b/Source/Engine/Engine/Time.h @@ -54,7 +54,8 @@ public: double NextBegin; /// - /// 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. /// TimeSpan DeltaTime;