This commit is contained in:
NathanSweet 2013-04-24 17:02:06 +02:00
parent 64a0a07373
commit 09c9ece896

View File

@ -45,7 +45,7 @@ struct RegionAttachment {
float x, y, scaleX, scaleY, rotation, width, height;
void* texture;
float regionOffsetX, regionOffsetY; // Unrotated pixels stripped from upper left.
float regionOffsetX, regionOffsetY; // Pixels stripped from the bottom left, unrotated.
float regionWidth, regionHeight; // Unrotated, stripped size.
float regionOriginalWidth, regionOriginalHeight; // Unrotated, unstripped size.