summaryrefslogtreecommitdiff
path: root/source/modules/asura-core/image/binding
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2019-06-08 08:34:52 +0800
committerchai <chaifix@163.com>2019-06-08 08:34:52 +0800
commitd7a972a0f16da0fd7bf4c0b70913920216ff3113 (patch)
treea9146629cbf513200462c3f1223a9e07f3e01862 /source/modules/asura-core/image/binding
parent8bfe54676f728076a92d802bb5d064e58265c8f2 (diff)
*misc
Diffstat (limited to 'source/modules/asura-core/image/binding')
-rw-r--r--source/modules/asura-core/image/binding/_image_data.cpp2
-rw-r--r--source/modules/asura-core/image/binding/_image_decode_task.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/source/modules/asura-core/image/binding/_image_data.cpp b/source/modules/asura-core/image/binding/_image_data.cpp
index ac9473b..1030e93 100644
--- a/source/modules/asura-core/image/binding/_image_data.cpp
+++ b/source/modules/asura-core/image/binding/_image_data.cpp
@@ -9,7 +9,7 @@ using namespace AEIO;
namespace AsuraEngine
{
- namespace Graphics
+ namespace Image
{
LUAX_REGISTRY(ImageData)
diff --git a/source/modules/asura-core/image/binding/_image_decode_task.cpp b/source/modules/asura-core/image/binding/_image_decode_task.cpp
index 76b544b..a0caddf 100644
--- a/source/modules/asura-core/image/binding/_image_decode_task.cpp
+++ b/source/modules/asura-core/image/binding/_image_decode_task.cpp
@@ -4,7 +4,7 @@ using namespace std;
namespace AsuraEngine
{
- namespace Graphics
+ namespace Image
{
LUAX_REGISTRY(ImageDecodeTask)