Update to latest NazaraUtils version
This commit is contained in:
@@ -107,7 +107,7 @@ namespace Nz::PlatformImpl
|
||||
std::exit(1);
|
||||
}
|
||||
|
||||
__builtin_unreachable(); // TODO: NAZARA_UNREACHABLE()
|
||||
NAZARA_UNREACHABLE();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
@@ -138,9 +138,7 @@ namespace Nz
|
||||
}
|
||||
}
|
||||
|
||||
// It shouldn't be possible to get here (TODO: Add NAZARA_UNREACHEABLE)
|
||||
NazaraInternalError("unknown error");
|
||||
return false;
|
||||
NAZARA_UNREACHABLE();
|
||||
}
|
||||
|
||||
void GuillotineImageAtlas::SetMaxLayerSize(unsigned int maxLayerSize)
|
||||
|
||||
Reference in New Issue
Block a user