v0.6.3: improved error handling in SPD-classes
This commit is contained in:
@@ -191,7 +191,7 @@ public class Group extends Gizmo {
|
||||
try {
|
||||
return add( c.newInstance() );
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
Game.reportException(e);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user