Fix minor typo
All checks were successful
Publish doxygen documentation to seodisparate.com / doxygen-gen-and-publish (push) Successful in 1s
Run UnitTests / build-and-run-unittests (push) Successful in 2m14s

This commit is contained in:
Stephen Seo 2024-07-15 17:32:45 +09:00
parent feccaaa91b
commit f469ced106

View 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";
}
},