X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fgraphics%2FCubeMap.hpp;h=033894b811a767d6f8bd7958798d5e03cb0007b3;hb=2e3774eb3f2d5d23a08731175b168566457e2192;hp=b328196304095b6ee9d2eb3c7a8d16f3e935bbba;hpb=e821b85cf13376b11d125bdf5da4f16b20acf2e2;p=blank.git diff --git a/src/graphics/CubeMap.hpp b/src/graphics/CubeMap.hpp index b328196..033894b 100644 --- a/src/graphics/CubeMap.hpp +++ b/src/graphics/CubeMap.hpp @@ -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; };