diff options
Diffstat (limited to 'include/texture.hpp')
-rw-r--r-- | include/texture.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/texture.hpp b/include/texture.hpp index 878955e..3cb8d1f 100644 --- a/include/texture.hpp +++ b/include/texture.hpp @@ -19,7 +19,7 @@ * Handles a single texture, loaded from the given file. */ class Texture { -private: +protected: std::string name; /**< The name (path) of the loaded file. */ GLuint tex; /**< The GLuint for the loaded texture. */ vec2 dim; /**< The dimensions of the loaded texture. */ |