diff options
Diffstat (limited to 'source/modules/asura-core/graphics/canvas.h')
-rw-r--r-- | source/modules/asura-core/graphics/canvas.h | 2 |
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; } } |