diff options
Diffstat (limited to 'source/modules/asura-core/graphics/image.h')
-rw-r--r-- | source/modules/asura-core/graphics/image.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/modules/asura-core/graphics/image.h b/source/modules/asura-core/graphics/image.h index d7cd37f..229a849 100644 --- a/source/modules/asura-core/graphics/image.h +++ b/source/modules/asura-core/graphics/image.h @@ -41,7 +41,7 @@ namespace AsuraEngine private: - uint32 mWidth, mHeight; + uint32 m_Width, m_Height; luaxport: |