Translations:45 Strafe/31/zh

From Minecraft Parkour Wiki
Revision as of 13:09, 26 August 2021 by Pjx1314 (talk | contribs) (Created page with "if (distance >= 1.0E-4F) { distance = MathHelper.sqrt_float(distance); if (distance < 1.0F) distance = 1.0F;")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

if (distance >= 1.0E-4F)

   {
       distance = MathHelper.sqrt_float(distance);
           
       if (distance < 1.0F)
           distance = 1.0F;