We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d4665b0 + 591fcb2 commit 52a1f69Copy full SHA for 52a1f69
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