mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 13:01:52 +00:00
ScriptGlue: Added Log.Exception
- Also pushed missing List Editor fix
This commit is contained in:
@@ -134,7 +134,7 @@ public class SerializedObject
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
Log.Error(e);
|
||||
Log.Exception(e);
|
||||
// Don't attempt to use any other serializer after this error...
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user