From ccbfdfa0d9d796244b1ecc0fa3faa2c50304811b Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Thu, 27 Oct 2016 11:07:57 +0300 Subject: [PATCH] Cosmetic tweaks --- source/texture.cpp | 2 +- source/texture2d.h | 1 - source/texturecube.h | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/source/texture.cpp b/source/texture.cpp index 97a73d9e..004d78c2 100644 --- a/source/texture.cpp +++ b/source/texture.cpp @@ -290,10 +290,10 @@ void Texture::Loader::init() add("external_image", &Loader::external_image); add("filter", &Loader::filter); - add("max_anisotropy", &Loader::max_anisotropy); add("generate_mipmap", &Loader::generate_mipmap); add("image_data", &Loader::image_data); add("mag_filter", &Loader::mag_filter); + add("max_anisotropy", &Loader::max_anisotropy); add("min_filter", &Loader::min_filter); add("wrap", &Loader::wrap); add("wrap_r", &Loader::wrap_r); diff --git a/source/texture2d.h b/source/texture2d.h index 92dafc71..221fbd7b 100644 --- a/source/texture2d.h +++ b/source/texture2d.h @@ -3,7 +3,6 @@ #include #include -#include "resource.h" #include "texture.h" namespace Msp { diff --git a/source/texturecube.h b/source/texturecube.h index 7510a716..fd467046 100644 --- a/source/texturecube.h +++ b/source/texturecube.h @@ -1,10 +1,10 @@ #ifndef MSP_GL_TEXTURECUBE_H_ #define MSP_GL_TEXTURECUBE_H_ +#include #include #include "texture.h" #include "vector.h" -#include namespace Msp { namespace GL { -- 2.43.0