aboutsummaryrefslogtreecommitdiff
path: root/src/libjin/math/je_transform.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2018-11-19 08:09:17 +0800
committerchai <chaifix@163.com>2018-11-19 08:09:17 +0800
commitb1b5adfcbed66691aa6d1775d20c6aec6d1a4696 (patch)
treebb81e1e713ed3e1771163125f6ddacd5fe649f34 /src/libjin/math/je_transform.h
parent4279e16ddb6273a9711ff331d21325dd5f63e769 (diff)
*修改graphic position type
Diffstat (limited to 'src/libjin/math/je_transform.h')
-rw-r--r--src/libjin/math/je_transform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libjin/math/je_transform.h b/src/libjin/math/je_transform.h
index cb1f0ee..95328f9 100644
--- a/src/libjin/math/je_transform.h
+++ b/src/libjin/math/je_transform.h
@@ -36,9 +36,9 @@ namespace JinEngine
Matrix getMatrix() const;
private:
- Vector2<float> mScale;
Vector2<float> mPosition;
Vector2<float> mOrigin;
+ Vector2<float> mScale;
float mRotation;
};