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); // Conductor.instance.SetBeat(startBeatRecorder);
timeline.PlayCheck(true); timeline.PlayCheck(true);
} }
if(Input.GetKeyDown(KeyCode.L)) // if(Input.GetKeyDown(KeyCode.L))
{ // {
//to simulate lag // //to simulate lag
Application.targetFrameRate = 10; // Application.targetFrameRate = 10;
} // }
} }
void Merge() void Merge()