diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2017-07-22 09:07:05 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2017-07-22 09:07:05 -0400 |
commit | 0649af210afa6e7da051d655c3b28a7cd3b9ebc6 (patch) | |
tree | b78b85f65a19764a7c9e412093207c9129ce2169 /include/world.hpp | |
parent | d1d16ceb2cab505fb09ced115f5fb08bc3093acd (diff) |
variable background layers
Diffstat (limited to 'include/world.hpp')
-rw-r--r-- | include/world.hpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/world.hpp b/include/world.hpp index bfd0464..a7096a8 100644 --- a/include/world.hpp +++ b/include/world.hpp @@ -117,11 +117,6 @@ private: static std::string bgmCurrent; /** - * Paths of files to get stylized textures from. - */ - static std::vector<std::string> bgFiles; - - /** * Allows for iteration between background textures, for rendering. */ static TextureIterator bgTex; |