Final VS fixes
Former-commit-id: 6da44f94127f61de39710a52b8b3b73ce19c1269
This commit is contained in:
@@ -20,13 +20,13 @@ namespace Ndk
|
||||
}
|
||||
|
||||
template<typename ComponentType>
|
||||
constexpr ComponentIndex GetComponentIndex()
|
||||
ComponentIndex GetComponentIndex()
|
||||
{
|
||||
return ComponentType::componentIndex;
|
||||
}
|
||||
|
||||
template<typename SystemType>
|
||||
constexpr SystemIndex GetSystemIndex()
|
||||
SystemIndex GetSystemIndex()
|
||||
{
|
||||
return SystemType::systemIndex;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user