Further input latency fixes

This commit is contained in:
Starpelly
2021-12-24 21:37:03 -05:00
parent 58ea8d5e4c
commit db79325393
7 changed files with 73 additions and 27 deletions

View File

@ -130,7 +130,7 @@ namespace RhythmHeavenMania
}
catch (Exception ex)
{
Debug.LogWarning("Event not found! May be spelled wrong or it is not implemented.");
Debug.LogWarning("Event not found! May be spelled wrong or it is not implemented." + ex);
}
}