Fix minor typo
This commit is contained in:
parent
feccaaa91b
commit
f469ced106
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ int main() {
|
||||||
<< ")\n";
|
<< ")\n";
|
||||||
}
|
}
|
||||||
if (pos->y != 2.0F) {
|
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";
|
<< ")\n";
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue