X-Git-Url: https://git.jsancho.org/?p=lugaru.git;a=blobdiff_plain;f=Source%2FEnvironment%2FSkybox.hpp;h=e22341feae789c088e3a940cb23eb09eb608239c;hp=5da5f43c0a801517e7d9133f93611035fc46a765;hb=6a8cb464330e92163c8feaf101b8b5837c973bba;hpb=5fca41ab430df85d6dd620a7f4130df01bc1430f diff --git a/Source/Environment/Skybox.hpp b/Source/Environment/Skybox.hpp index 5da5f43..e22341f 100644 --- a/Source/Environment/Skybox.hpp +++ b/Source/Environment/Skybox.hpp @@ -21,8 +21,8 @@ along with Lugaru. If not, see . #ifndef _SKYBOX_HPP_ #define _SKYBOX_HPP_ -#include "Graphic/gamegl.hpp" #include "Graphic/Texture.hpp" +#include "Graphic/gamegl.hpp" #include "Math/XYZ.hpp" #include "Math/XYZ.hpp" #include "Utils/ImageIO.hpp" @@ -33,7 +33,7 @@ public: Texture front, left, back, right, up, down; void load(const std::string& ffront, const std::string& fleft, const std::string& fback, - const std::string& fright, const std::string& fup, const std::string& fdown); + const std::string& fright, const std::string& fup, const std::string& fdown); void draw(); SkyBox() {}