2
0
Fork 0
mirror of https://github.com/GTA-ASM/SanAndreasUnity synced 2025-02-24 19:27:16 +00:00

log exception

This commit is contained in:
in0finite 2019-06-25 23:09:34 +02:00
parent b85b3c0bac
commit 6e18f5ba1a

View file

@ -89,6 +89,7 @@ namespace SanAndreasUnity.UI
}
catch (System.Exception ex)
{
Debug.LogException(ex);
MessageBox.Show("Error", ex.ToString());
}
}