Fix Trajectory2D type name
This commit is contained in:
parent
e553e33d4c
commit
df675c8d45
@ -27,7 +27,7 @@ public sealed interface Trajectory2D {
|
||||
}
|
||||
|
||||
public object S : Type {
|
||||
override fun toString(): String = "L"
|
||||
override fun toString(): String = "S"
|
||||
}
|
||||
|
||||
public object L : Direction {
|
||||
|
Loading…
Reference in New Issue
Block a user