Skip to content

Commit b896d0d

Browse files
authored
Update Vector3.php
1 parent 01192b5 commit b896d0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Vector3.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,4 +382,4 @@ public static function sum(Vector3 ...$vector3s) : Vector3{
382382
}
383383
return new Vector3($x, $y, $z);
384384
}
385-
}
385+
}

0 commit comments

Comments
 (0)