diff --git a/VpSharp/src/Coordinates.cs b/VpSharp/src/Coordinates.cs index 71daab6..e30d1c8 100644 --- a/VpSharp/src/Coordinates.cs +++ b/VpSharp/src/Coordinates.cs @@ -70,7 +70,7 @@ public readonly partial struct Coordinates : IEquatable, IFormattab X = x; Y = y; Z = z; - Yaw = yaw; + Yaw = yaw % 360.0; IsRelative = isRelative; }