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);
|
||||
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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue