mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-12 21:37:40 +02:00
Playback speed slider
This commit is contained in:
@ -156,7 +156,7 @@ namespace RhythmHeavenMania.Editor
|
||||
|
||||
public void Drag()
|
||||
{
|
||||
if (Conductor.instance.NotStopped()) return;
|
||||
if (Conductor.instance.NotStopped() || !Timeline.instance.timelineState.selected) return;
|
||||
|
||||
if (Timeline.instance.CheckIfMouseInTimeline() && dragTimes < 1)
|
||||
{
|
||||
|
Reference in New Issue
Block a user