Minor fixes

This commit is contained in:
SirLynix
2023-08-31 18:01:59 +02:00
parent b1487a04fd
commit 1b9c19fd78
5 changed files with 35 additions and 24 deletions

View File

@@ -363,7 +363,7 @@ namespace Nz
}
// If we arrive here, the extent is invalid
NazaraError("Invalid extent type (From) ({0:#x})", UnderlyingCast(from.extent));
NazaraError("invalid extent type (From) ({0:#x})", UnderlyingCast(from.extent));
return Null();
}
@@ -390,7 +390,7 @@ namespace Nz
}
// If we arrive here, the extent is invalid
NazaraError("Invalid extent type (From) ({0:#x})", UnderlyingCast(from.extent));
NazaraError("invalid extent type (From) ({0:#x})", UnderlyingCast(from.extent));
return Null();
}
}