diff --git a/SDK/include/NDK/World.inl b/SDK/include/NDK/World.inl index 6c275a8b6..f15cbed47 100644 --- a/SDK/include/NDK/World.inl +++ b/SDK/include/NDK/World.inl @@ -87,7 +87,7 @@ namespace Ndk template bool World::HasSystem() const { - static_assert(std::is_base_of(), "SystemType is not a component"); + static_assert(std::is_base_of::value, "SystemType is not a component"); SystemIndex index = GetSystemIndex(); return HasSystem(index);