diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2016-05-09 07:42:18 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2016-05-09 07:42:18 -0400 |
commit | 50bfb70e9a1788e6f64800001919e3d8386eb81d (patch) | |
tree | 2c41ac01a6212a9cd3c6d304e161b9e6d073e815 /include/world.hpp | |
parent | bc92962aff14805d5920f5a82628648d1c1fe4fd (diff) |
world draw fixes
Diffstat (limited to 'include/world.hpp')
-rw-r--r-- | include/world.hpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/world.hpp b/include/world.hpp index 5bfd9f2..ac17580 100644 --- a/include/world.hpp +++ b/include/world.hpp @@ -112,7 +112,7 @@ protected: unsigned int lineCount; // the left-most (negative) coordinate of the worldStart - int worldStart; + float worldStart; // holds / handles textures for background elements TextureIterator bgTex; @@ -192,8 +192,6 @@ public: // gets a pointer to the most recently added mob Mob *getLastMob(void); - std::vector<Entity*> getMobs(void); - // gets the nearest interactable entity to the given one Entity *getNearInteractable(Entity &e); |