Skip to content

Commit 9d1b8d7

Browse files
committed
Fix demo speed
1 parent 67afd98 commit 9d1b8d7

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
public EphysLinkService(StoreService storeService)

0 commit comments

Comments
 (0)