Minor improvements

This commit is contained in:
SirLynix
2023-03-17 19:24:33 +01:00
parent 630428dc31
commit 506d3939a8
4 changed files with 73 additions and 73 deletions

View File

@@ -6,8 +6,8 @@
namespace Nz
{
constexpr Time::Time(Int64 microseconds) :
m_nanoseconds(microseconds)
constexpr Time::Time(Int64 nanoseconds) :
m_nanoseconds(nanoseconds)
{
}