]> git.localhorst.tv Git - blank.git/blobdiff - src/graphics/CubeMap.hpp
fix this whole sky box mess
[blank.git] / src / graphics / CubeMap.hpp
index b328196304095b6ee9d2eb3c7a8d16f3e935bbba..033894b811a767d6f8bd7958798d5e03cb0007b3 100644 (file)
@@ -35,7 +35,7 @@ public:
        CubeMap &operator =(const CubeMap &) = delete;
 
 public:
-       void Data(Face, const SDL_Surface &) noexcept;
+       void Data(Face, const SDL_Surface &);
        void Data(Face, GLsizei w, GLsizei h, const Format &, GLvoid *data) noexcept;
 
 };