From b8c5239068c2eb283887b80dd0bbe577be521d28 Mon Sep 17 00:00:00 2001 From: Reece Date: Wed, 22 Mar 2023 17:12:11 +0000 Subject: [PATCH] [*] Benchmark/Stopwatch regression --- Include/Aurora/Time/Stopwatch.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Include/Aurora/Time/Stopwatch.hpp b/Include/Aurora/Time/Stopwatch.hpp index 7aa71ee3..1ee0b1c2 100644 --- a/Include/Aurora/Time/Stopwatch.hpp +++ b/Include/Aurora/Time/Stopwatch.hpp @@ -47,7 +47,7 @@ namespace Aurora::Time } private: - AuUInt64 start_; - AuUInt64 end_; + AuUInt64 start_ {}; + AuUInt64 end_ {}; }; } \ No newline at end of file