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.
2 parents 1686c43 + 9d1b8d7 commit 55c585cCopy full SHA for 55c585c
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
#region Visualization Update Resources
0 commit comments