Michele Caini 6 lat temu
rodzic
commit
9e44fdbc55
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      test/entt/entity/group.cpp

+ 1 - 1
test/entt/entity/group.cpp

@@ -933,7 +933,7 @@ TEST(OwningGroup, Less) {
         ASSERT_EQ(entity, entt);
         ASSERT_EQ(entity, entt);
     });
     });
 
 
-    registry.group<double>(entt::get<int, char>).less([entity](const auto entt, int, char, double) {
+    registry.group<double>(entt::get<int, char>).less([entity](const auto entt, double, int, char) {
         ASSERT_EQ(entity, entt);
         ASSERT_EQ(entity, entt);
     });
     });
 }
 }