From 970456da914a582ec9f88b6ccc3bd8e7aa6f8e8d Mon Sep 17 00:00:00 2001 From: stefnotch Date: Fri, 23 Jul 2021 14:27:07 +0200 Subject: [PATCH] Update Time.h --- Source/Engine/Engine/Time.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;