mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
better logging
This commit is contained in:
parent
59b7d79db6
commit
93246ffda5
@ -146,7 +146,7 @@ public void CompressAndDecompressQuaternion_2674()
|
||||
{
|
||||
// we need a normalized value
|
||||
Quaternion value = Quaternion.Euler(338.850037f, 170.609955f, 182.979996f).normalized;
|
||||
Debug.Log("immediate=" + value.eulerAngles);
|
||||
Debug.Log("original=" + value.eulerAngles);
|
||||
|
||||
// compress
|
||||
uint data = Compression.CompressQuaternion(value);
|
||||
|
Loading…
Reference in New Issue
Block a user