aboutsummaryrefslogtreecommitdiff
path: root/libjin/Graphics
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2018-07-28 20:53:17 +0800
committerchai <chaifix@163.com>2018-07-28 20:53:17 +0800
commit714b68bf2e6e3caf7119b40210cad291a9a349f2 (patch)
treef6ec6fa1733b627e21a3f1c28beab8affa0f9eec /libjin/Graphics
parent3fa76830d3bde5cb3c76da0cc58dd613965b98e5 (diff)
*update
Diffstat (limited to 'libjin/Graphics')
-rw-r--r--libjin/Graphics/Texture.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/libjin/Graphics/Texture.cpp b/libjin/Graphics/Texture.cpp
index 7349c36..4c6707d 100644
--- a/libjin/Graphics/Texture.cpp
+++ b/libjin/Graphics/Texture.cpp
@@ -5,13 +5,15 @@
#include "texture.h"
#include "../3rdparty/stb/stb_image.h"
#include "../utils/utils.h"
-#include "../math/math.h"
+#include "../Math/Math.h"
namespace jin
{
namespace graphics
{
+ using namespace jin::math;
+
Texture* Texture::createTexture(const char* file)
{
std::ifstream fs;