v0.6.4: various bugfixes:
- fixed corrupted mimics causing save/load crashes - fixed crashes when destroy is called on the same group twice - syncronized texture cache methods - added safety checks to - SummoningTrap - WaterOfHealth - WndAlchemy - WndBag
This commit is contained in:
@@ -51,8 +51,10 @@ public class Group extends Gizmo {
|
||||
}
|
||||
}
|
||||
|
||||
members.clear();
|
||||
members = null;
|
||||
if (members != null) {
|
||||
members.clear();
|
||||
members = null;
|
||||
}
|
||||
length = 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user