mirror of
https://github.com/BlackMATov/unity-iso-tools.git
synced 2025-12-14 17:09:31 +07:00
fix remove bug
This commit is contained in:
@@ -141,6 +141,8 @@ namespace IsoTools {
|
||||
|
||||
public void RemoveIsoObject(IsoObject iso_object) {
|
||||
_objects.Remove(iso_object);
|
||||
_visibles.Remove(iso_object);
|
||||
_oldVisibles.Remove(iso_object);
|
||||
}
|
||||
|
||||
// ------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user