This commit is contained in:
Aaron Kimbrell
2025-10-15 20:10:38 -05:00
parent 893d127e72
commit 6ea46ef6b8
2 changed files with 2 additions and 2 deletions

View File

@@ -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
#endif // NICOLOR_H