Update to latest NazaraUtils version

This commit is contained in:
SirLynix
2024-01-25 17:36:44 +01:00
parent 7f1641e4b6
commit 2d3d7a670f
3 changed files with 3 additions and 5 deletions

View File

@@ -107,7 +107,7 @@ namespace Nz::PlatformImpl
std::exit(1);
}
__builtin_unreachable(); // TODO: NAZARA_UNREACHABLE()
NAZARA_UNREACHABLE();
}
else
{