mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-14 15:46:06 +09:00
more minor changes
This commit is contained in:
@@ -66,10 +66,10 @@ import org.dyn4j.Epsilon
|
||||
class Vector2 {
|
||||
|
||||
/** The magnitude of the x component of this [Vector2] */
|
||||
@Volatile var x: Double = 0.0
|
||||
var x: Double = 0.0
|
||||
|
||||
/** The magnitude of the y component of this [Vector2] */
|
||||
@Volatile var y: Double = 0.0
|
||||
var y: Double = 0.0
|
||||
|
||||
/** Default constructor. */
|
||||
constructor() {
|
||||
|
||||
Reference in New Issue
Block a user