restore the matrixes, too

This commit is contained in:
honfika@gmail.com
2015-06-29 12:20:31 +02:00
parent e630374e4e
commit 28cd2f6347
4 changed files with 4 additions and 11 deletions

View File

@@ -421,9 +421,7 @@ public class PlaceObject2Tag extends PlaceObjectTypeTag implements ASMSourceCont
super.writeTag(sos);
} finally {
setModified(mod);
matrix = old;
}
setModified(mod);
matrix = old;
}
}

View File

@@ -568,9 +568,7 @@ public class PlaceObject3Tag extends PlaceObjectTypeTag implements ASMSourceCont
super.writeTag(sos);
} finally {
setModified(mod);
matrix = old;
}
setModified(mod);
matrix = old;
}
}

View File

@@ -571,8 +571,7 @@ public class PlaceObject4Tag extends PlaceObjectTypeTag implements ASMSourceCont
super.writeTag(sos);
} finally {
setModified(mod);
matrix = old;
}
matrix = old;
}
}

View File

@@ -240,9 +240,7 @@ public class PlaceObjectTag extends PlaceObjectTypeTag {
super.writeTag(sos);
} finally {
setModified(mod);
matrix = old;
}
setModified(mod);
matrix = old;
}
}