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

log exception

This commit is contained in:
in0finite 2019-06-25 22:56:59 +02:00
parent 3aa09f9f04
commit 8cb0c42901

View file

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