Removed updateOffset from setRegion.

People can call updateOffset if they change the region or other RegionAttachment properties.
This commit is contained in:
NathanSweet 2014-05-05 19:20:14 +02:00
parent d1b87c04a8
commit bdc78db207

View File

@ -138,7 +138,6 @@ public class RegionAttachment extends Attachment {
vertices[U1] = region.getU2();
vertices[V1] = region.getV2();
}
updateOffset();
}
public TextureRegion getRegion () {