diff options
author | chai <chaifix@163.com> | 2019-07-30 22:08:14 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-07-30 22:08:14 +0800 |
commit | 51a715ffe0b138960846e9f407a1290037931b33 (patch) | |
tree | 55c21cef5ffa5005a8c4c2a9602773ab479e8d0b /source/modules/asura-core/graphics/mesh2d.h | |
parent | ecd7883521cbde02f4f1a6b23a7b3b601c32dbef (diff) |
*修改成员变量前缀
Diffstat (limited to 'source/modules/asura-core/graphics/mesh2d.h')
-rw-r--r-- | source/modules/asura-core/graphics/mesh2d.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/modules/asura-core/graphics/mesh2d.h b/source/modules/asura-core/graphics/mesh2d.h index 5330967..8c26564 100644 --- a/source/modules/asura-core/graphics/mesh2d.h +++ b/source/modules/asura-core/graphics/mesh2d.h @@ -37,8 +37,8 @@ namespace AsuraEngine private: - VertexBuffer* mVBO; ///< vertex buffer - IndexBuffer* mIBO; ///< index buffer + VertexBuffer* m_VBO; ///< vertex buffer + IndexBuffer* m_IBO; ///< index buffer luaxport: |