From 6ea46ef6b8ca02b7e21357a62b39a0f72235dd51 Mon Sep 17 00:00:00 2001 From: Aaron Kimbrell Date: Wed, 15 Oct 2025 20:10:38 -0500 Subject: [PATCH] NL@EOF --- dCommon/NiColor.h | 2 +- dZoneManager/Raw.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dCommon/NiColor.h b/dCommon/NiColor.h index e139606b..8d16d375 100644 --- a/dCommon/NiColor.h +++ b/dCommon/NiColor.h @@ -31,4 +31,4 @@ struct NiColor { float ToXYZ() const { return (m_Red * 0.212671f) + (m_Green * 0.71516f) + (m_Blue * 0.072169f); }; }; -#endif // NICOLOR_H \ No newline at end of file +#endif // NICOLOR_H diff --git a/dZoneManager/Raw.cpp b/dZoneManager/Raw.cpp index 16fc9063..87d86b27 100644 --- a/dZoneManager/Raw.cpp +++ b/dZoneManager/Raw.cpp @@ -401,4 +401,4 @@ bool WriteTerrainMeshToOBJ(const TerrainMesh& mesh, const std::string& path) { } } -} // namespace Raw \ No newline at end of file +} // namespace Raw