diff options
Diffstat (limited to 'include/texture.hpp')
-rw-r--r-- | include/texture.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/texture.hpp b/include/texture.hpp index 7426a46..88dae65 100644 --- a/include/texture.hpp +++ b/include/texture.hpp @@ -51,11 +51,11 @@ private: return freeID; } id_t++; - } + } } public: uint64_t loadSprite(std::string s) { - uint64_t tex_e; + uint64_t tex_e = 0; try { tex_e = spritesLoc.at(s); } catch (const std::out_of_range& oor) { |