i forgot to commet out the lag tester oops

This commit is contained in:
colorplease 2024-02-09 19:42:08 -08:00
parent 27e83116ef
commit d8ae96b928

View file

@ -52,11 +52,11 @@ public class HeavenRecorderController : MonoBehaviour
// Conductor.instance.SetBeat(startBeatRecorder);
timeline.PlayCheck(true);
}
if(Input.GetKeyDown(KeyCode.L))
{
//to simulate lag
Application.targetFrameRate = 10;
}
// if(Input.GetKeyDown(KeyCode.L))
// {
// //to simulate lag
// Application.targetFrameRate = 10;
// }
}
void Merge()