Core: Make Color constexpr

This commit is contained in:
SirLynix
2022-12-29 12:13:00 +01:00
parent 3d88746060
commit 9a553e5e9d
38 changed files with 227 additions and 222 deletions

View File

@@ -15,7 +15,7 @@ namespace Nz
m_material(std::move(material)),
m_sectionCount(0),
m_spriteCount(0),
m_color(Color::White),
m_color(Color::White()),
m_orientation(orientation),
m_textureCoords(0.f, 0.f, 1.f, 1.f),
m_origin(0.f, 0.f),