diff options
author | chai <chaifix@163.com> | 2019-04-08 22:31:12 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-04-08 22:31:12 +0800 |
commit | 4ea4bbfcb03091cb987dc151d41980ec16f3d18d (patch) | |
tree | bdbe56d8c570b5f243744fbfc5a6cdd2c4f6dc4f /source/modules/asura-core/graphics/matrix_stack.h | |
parent | e47baca4f23db43ec91fbf64d5d06d7c0dbee495 (diff) |
*misc
Diffstat (limited to 'source/modules/asura-core/graphics/matrix_stack.h')
-rw-r--r-- | source/modules/asura-core/graphics/matrix_stack.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/modules/asura-core/graphics/matrix_stack.h b/source/modules/asura-core/graphics/matrix_stack.h index db7248b..c8ab3d6 100644 --- a/source/modules/asura-core/graphics/matrix_stack.h +++ b/source/modules/asura-core/graphics/matrix_stack.h @@ -44,7 +44,7 @@ namespace AsuraEngine /// 任 /// void Rotate(float angle, float x, float y, float z); - void Translate(float x, float y, float z); + void Translate(float x, float y); void Scale(float x, float y, float z); /// |