Added to example
This commit is contained in:
parent
59942d3de0
commit
42756d12c6
1 changed files with 2 additions and 0 deletions
|
@ -10,5 +10,7 @@ int main(int argc, char** argv)
|
|||
|
||||
std::cout << "Vector2f: " << vec.x << ", " << vec.y << std::endl;
|
||||
|
||||
vec *= 1.8f;
|
||||
std::cout << "Vector2f: " << vec.x << ", " << vec.y << std::endl;
|
||||
return 0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue