diff --git a/SDK/include/NDK/Algorithm.inl b/SDK/include/NDK/Algorithm.inl index f07825e8d..f609af717 100644 --- a/SDK/include/NDK/Algorithm.inl +++ b/SDK/include/NDK/Algorithm.inl @@ -22,12 +22,12 @@ namespace Ndk template constexpr ComponentIndex GetComponentIndex() { - return ComponentType::ComponentIndex; + return ComponentType::componentIndex; } template constexpr SystemIndex GetSystemIndex() { - return SystemType::SystemIndex; + return SystemType::systemIndex; } }