summaryrefslogtreecommitdiff
path: root/source/modules/asura-core/graphics/canvas.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2019-06-21 22:47:36 +0800
committerchai <chaifix@163.com>2019-06-21 22:47:36 +0800
commit7894c2971626f9560b4ec77a1ce5a9a64a4f3810 (patch)
treec7bd04fbf4b8e21b48c4d6902c4bd910987e7560 /source/modules/asura-core/graphics/canvas.h
parent8ee3f7453bf7b0db5c7358e697e91714d825c87d (diff)
*格式化代码
Diffstat (limited to 'source/modules/asura-core/graphics/canvas.h')
-rw-r--r--source/modules/asura-core/graphics/canvas.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/modules/asura-core/graphics/canvas.h b/source/modules/asura-core/graphics/canvas.h
index 5c11706..03326df 100644
--- a/source/modules/asura-core/graphics/canvas.h
+++ b/source/modules/asura-core/graphics/canvas.h
@@ -66,7 +66,7 @@ namespace AsuraEngine
///
/// CanvasΪRenderTexture
///
- using RenderTexture = Canvas;
+ typedef Canvas RenderTexture;
}
}