Minor fixes

This commit is contained in:
SirLynix
2024-02-03 22:56:58 +01:00
parent 19935a2b07
commit 3a612d8655
4 changed files with 9 additions and 4 deletions

View File

@@ -6,6 +6,9 @@
namespace Nz
{
NAZARA_WARNING_PUSH()
NAZARA_WARNING_CLANG_GCC_DISABLE("-Wmissing-field-initializers")
// PredefinedDirectionalLightData
constexpr PredefinedDirectionalLightData PredefinedDirectionalLightData::Build()
{
@@ -125,6 +128,8 @@ namespace Nz
return viewerData;
}
NAZARA_WARNING_POP()
}
#include <Nazara/Graphics/DebugOff.hpp>