mirror of
https://github.com/oliverbooth/VpSharp
synced 2024-11-22 19:38:47 +00:00
%360 for Coordinates.Yaw
This commit is contained in:
parent
90211f1647
commit
b1b9d59cfd
@ -70,7 +70,7 @@ public readonly partial struct Coordinates : IEquatable<Coordinates>, IFormattab
|
||||
X = x;
|
||||
Y = y;
|
||||
Z = z;
|
||||
Yaw = yaw;
|
||||
Yaw = yaw % 360.0;
|
||||
IsRelative = isRelative;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user