diff options
author | chai <chaifix@163.com> | 2018-11-19 08:09:17 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-11-19 08:09:17 +0800 |
commit | b1b5adfcbed66691aa6d1775d20c6aec6d1a4696 (patch) | |
tree | bb81e1e713ed3e1771163125f6ddacd5fe649f34 /src/libjin/math/je_transform.h | |
parent | 4279e16ddb6273a9711ff331d21325dd5f63e769 (diff) |
*修改graphic position type
Diffstat (limited to 'src/libjin/math/je_transform.h')
-rw-r--r-- | src/libjin/math/je_transform.h | 2 |
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; }; |