We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 776b5d8 commit 591fcb2Copy full SHA for 591fcb2
2 files changed
out/artifacts/JavaGameEngine_jar/JavaGameEngine.jar
217 KB
src/javagameengine/msc/Vector2.java
@@ -35,7 +35,7 @@ public void setY(float y) {
35
36
public String toString()
37
{
38
- return ("x:{"+x+"} y:{"+y+"}");
+ return ("{x:{"+x+"} y:{"+y+"}}");
39
}
40
41
public Vector2 multiply(float multiple) {
0 commit comments