diff options
author | chai <chaifix@163.com> | 2019-03-31 19:59:58 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-03-31 19:59:58 +0800 |
commit | 72bad342ad75294ae85aac8b2e2e7bea54193c15 (patch) | |
tree | 79079bc2ae800b97b13169a3be34aea0faa7428b /source/modules/asura-core/graphics/binding/_image.cpp | |
parent | fb7ae1149a80a22c77014d0ece33f6f4b965b631 (diff) |
*misc
Diffstat (limited to 'source/modules/asura-core/graphics/binding/_image.cpp')
-rw-r--r-- | source/modules/asura-core/graphics/binding/_image.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/modules/asura-core/graphics/binding/_image.cpp b/source/modules/asura-core/graphics/binding/_image.cpp index cc9a669..407ada7 100644 --- a/source/modules/asura-core/graphics/binding/_image.cpp +++ b/source/modules/asura-core/graphics/binding/_image.cpp @@ -54,7 +54,7 @@ namespace AsuraEngine state.Push(self->GetWidth()); return 1; } - + // height = image:GetHeight() LUAX_IMPL_METHOD(Image, _GetHeight) { |