You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: server/core/src/main/java/dev/slimevr/VRServer.kt
+1-16Lines changed: 1 addition & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -186,21 +186,6 @@ class VRServer @JvmOverloads constructor(
186
186
instance =this
187
187
}
188
188
189
-
/**
190
-
* TODO: The design of this method is chosen for future expandability in case we want to have more complex velocity policies that depend on tracker properties or other config values.
191
-
* Initiates the velocity policy application process for the specified [Tracker] (or all trackers if null).
192
-
*
193
-
* This method serves as the initiator.
194
-
* The actual policy logic is not handled here,
195
-
* but is delegated to [dev.slimevr.config.VRConfig.applyVelocityPolicy].
0 commit comments