2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-11 23:44:00 +00:00

CPatterned: Make skDamageColor fully constexpr

This commit is contained in:
Lioncash
2020-05-15 16:51:17 -04:00
parent 7d3b43712d
commit 871d3dc6ec
2 changed files with 1 additions and 2 deletions

View File

@@ -25,7 +25,6 @@
namespace urde {
constexpr zeus::CColor CPatterned::skDamageColor(0.5f, 0.f, 0.f);
constexpr CMaterialList skPatternedGroundMaterialList(EMaterialTypes::Character, EMaterialTypes::Solid,
EMaterialTypes::Orbit, EMaterialTypes::GroundCollider,
EMaterialTypes::Target);