Back to old rotation calculation.

This commit is contained in:
Sardelka
2022-06-03 14:40:41 +08:00
parent 88a51cc154
commit 11d178498f
6 changed files with 21 additions and 21 deletions

View File

@ -113,7 +113,7 @@ namespace RageCoop.Core
Z = ReadFloat()
};
}
public Quaternion ReadLQuaternion()
public Quaternion ReadQuaternion()
{
return new Quaternion()
{