summaryrefslogtreecommitdiff
path: root/source/modules/asura-core/graphics/mesh2d.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/modules/asura-core/graphics/mesh2d.h')
-rw-r--r--source/modules/asura-core/graphics/mesh2d.h4
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: