Skip to content
This repository was archived by the owner on Sep 5, 2025. It is now read-only.

Commit 82577d2

Browse files
committed
it's zach's problem now
1 parent e93c2ab commit 82577d2

File tree

1 file changed

+1
-1
lines changed
  • road-runner/core/src/main/kotlin/com/acmerobotics/roadrunner/geometry

1 file changed

+1
-1
lines changed

road-runner/core/src/main/kotlin/com/acmerobotics/roadrunner/geometry/Geometry.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ data class Vector2d(@JvmField val x: Double, @JvmField val y: Double) {
3131
fun asPair() = x to y
3232

3333
companion object {
34-
@JvmStatic
34+
@JvmStatic // TODO ZACH THIS SHOULD BE JVMFIELD
3535
val zero = Vector2d(0.0, 0.0)
3636
}
3737
}

0 commit comments

Comments
 (0)