i forgot to commet out the lag tester oops
This commit is contained in:
parent
27e83116ef
commit
d8ae96b928
|
|
@ -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()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue