From 87ebe69c00ee4a3d06be258397902f20e608a1ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A1lint=20Hodossy?= Date: Wed, 11 Mar 2026 09:59:54 +0000 Subject: [PATCH] Remove stale comment --- unity/Runtime/Components/MjGlobalSettings.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/unity/Runtime/Components/MjGlobalSettings.cs b/unity/Runtime/Components/MjGlobalSettings.cs index e85c0778..448df6c5 100644 --- a/unity/Runtime/Components/MjGlobalSettings.cs +++ b/unity/Runtime/Components/MjGlobalSettings.cs @@ -160,7 +160,6 @@ public struct MjSizeStruct { public struct MjOptionStruct { // "timestep" and "gravity" come from global settings. - // "apirate" is only relevant to HAPTIX. [Tooltip("Ratio of frictional-to-normal constraint impedance.")] public float ImpRatio; [Tooltip("Global magnetic flux used by magnetometer sensors.")]