diff options
Diffstat (limited to 'Source/Asura.Engine/Graphics/Canvas.h')
-rw-r--r-- | Source/Asura.Engine/Graphics/Canvas.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Asura.Engine/Graphics/Canvas.h b/Source/Asura.Engine/Graphics/Canvas.h index ca745ab..93792a5 100644 --- a/Source/Asura.Engine/Graphics/Canvas.h +++ b/Source/Asura.Engine/Graphics/Canvas.h @@ -17,7 +17,7 @@ namespace AsuraEngine private: LUAX_DECL_FACTORY(SimCanvas); // AsuraEngine.SimCanvas - + }; } |