diff options
author | drumsetmonkey <abelleisle@roadrunner.com> | 2016-06-08 08:41:44 -0400 |
---|---|---|
committer | drumsetmonkey <abelleisle@roadrunner.com> | 2016-06-08 08:41:44 -0400 |
commit | 6f23c384bb07db5e0c4bdaf0a0340d0af47475d8 (patch) | |
tree | aa160f1c92352f48dc3339331ab6c87c75ac972c /include/texture.hpp | |
parent | 7dd64863c9ca613cf6969442f621849762b20115 (diff) |
Lighting!
Diffstat (limited to 'include/texture.hpp')
-rw-r--r-- | include/texture.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/texture.hpp b/include/texture.hpp index df2a83c..95bd73b 100644 --- a/include/texture.hpp +++ b/include/texture.hpp @@ -76,6 +76,9 @@ public: return textures[index].second; } + const dim2 getTextureDim(void) { + return Texture::imageDim((*position).second); + } }; /** |