summaryrefslogtreecommitdiff
path: root/source/modules/asura-core/graphics/canvas.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/modules/asura-core/graphics/canvas.h')
-rw-r--r--source/modules/asura-core/graphics/canvas.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/modules/asura-core/graphics/canvas.h b/source/modules/asura-core/graphics/canvas.h
index e2e713c..332e973 100644
--- a/source/modules/asura-core/graphics/canvas.h
+++ b/source/modules/asura-core/graphics/canvas.h
@@ -47,11 +47,11 @@ namespace AsuraEngine
private:
- GLuint mFBO;
+ GLuint m_FBO;
- GLuint mTexID;
+ GLuint m_TexID;
- uint mWidth, mHeight;
+ uint m_Width, m_Height;
luaxport: