We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e34b4a commit 5d81bd9Copy full SHA for 5d81bd9
1 file changed
SimpleTimer.cs
@@ -42,7 +42,7 @@ public void Start()
42
private void Execute(UnityEvent<float> action, float value) {
43
try {
44
action?.Invoke(value);
45
- } catch {
+ } catch (Exception ex) {
46
Debug.LogException(ex);
47
}
48
0 commit comments