From a2f56597232eb779c9e26e979f61b2e0cbd99762 Mon Sep 17 00:00:00 2001 From: vis2k Date: Sat, 7 Aug 2021 22:01:35 +0800 Subject: [PATCH] comment --- Assets/Mirror/Tests/Editor/CompressionTests.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/Mirror/Tests/Editor/CompressionTests.cs b/Assets/Mirror/Tests/Editor/CompressionTests.cs index 97e3216c9..03abf2b5a 100644 --- a/Assets/Mirror/Tests/Editor/CompressionTests.cs +++ b/Assets/Mirror/Tests/Editor/CompressionTests.cs @@ -88,8 +88,8 @@ public void CompressAndDecompressQuaternion() [Test] public void CompressAndDecompressQuaternion_Iterate_0_to_360() { - // stepSize 1: 360 * 360 * 360 = 46 million [takes 96 s] - // stepSize 5: 72 * 72 * 72 = 373 thousand [takes 700 ms] + // stepSize 1: 360 * 360 * 360 = 46 million [takes 96 s] + // stepSize 5: 72 * 72 * 72 = 373 thousand [takes 700 ms] const int stepSize = 5; for (int x = 0; x <= 360; x += stepSize)