We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67afd98 commit 9d1b8d7Copy full SHA for 9d1b8d7
Assets/Scripts/Services/EphysLinkService.cs
@@ -60,7 +60,7 @@ public class EphysLinkService
60
#region Demo Loop
61
62
private readonly HashSet<string> _runningDemoLoops = new();
63
- private const float DEMO_SPEED = 0.1f; // mm/s
+ private const float DEMO_SPEED = 0.5f; // mm/s
64
#endregion
65
66
public EphysLinkService(StoreService storeService)
0 commit comments