Skip to content

Commit 55c585c

Browse files
committed
Merge branch 'develop' into copilot/fix-memory-leak-demo
2 parents 1686c43 + 9d1b8d7 commit 55c585c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/Scripts/Services/EphysLinkService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public class EphysLinkService
6060
#region Demo Loop
6161

6262
private readonly HashSet<string> _runningDemoLoops = new();
63-
private const float DEMO_SPEED = 0.1f; // mm/s
63+
private const float DEMO_SPEED = 0.5f; // mm/s
6464
#endregion
6565

6666
#region Visualization Update Resources

0 commit comments

Comments
 (0)