v0.6.3: improved error handling in SPD-classes

This commit is contained in:
Evan Debenham
2018-01-21 19:05:00 -05:00
parent ffc1a52ca3
commit 2dddeee60d
7 changed files with 48 additions and 59 deletions
@@ -191,7 +191,7 @@ public class Group extends Gizmo {
try {
return add( c.newInstance() );
} catch (Exception e) {
e.printStackTrace();
Game.reportException(e);
}
}