]> git.seodisparate.com - EntityComponentMetaSystem/commitdiff
Fix minor typo
authorStephen Seo <seo.disparate@gmail.com>
Mon, 15 Jul 2024 08:32:45 +0000 (17:32 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Mon, 15 Jul 2024 08:32:45 +0000 (17:32 +0900)
conan_usage_example/src/main.cpp

index dc6a8d5a7b1af71b2a05b6537edec9716144f071..fd5a538f3c3991fee4121ef3b3c38aec1fc5597d 100644 (file)
@@ -24,7 +24,7 @@ int main() {
                           << ")\n";
             }
             if (pos->y != 2.0F) {
-                std::clog << "WARNING: pos->x is not 2.0F! (" << pos->y
+                std::clog << "WARNING: pos->y is not 2.0F! (" << pos->y
                           << ")\n";
             }
         },