[*] Benchmark/Stopwatch regression

This commit is contained in:
Reece Wilson 2023-03-22 17:12:11 +00:00
parent 440b5877b2
commit b8c5239068

View File

@ -47,7 +47,7 @@ namespace Aurora::Time
}
private:
AuUInt64 start_;
AuUInt64 end_;
AuUInt64 start_ {};
AuUInt64 end_ {};
};
}