mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-12 21:47:39 +02:00
Further input latency fixes
This commit is contained in:
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user