summaryrefslogtreecommitdiffstats
path: root/src/view/MapView.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/view/MapView.hpp')
-rw-r--r--src/view/MapView.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/MapView.hpp b/src/view/MapView.hpp
index 98dfe56..7f83006 100644
--- a/src/view/MapView.hpp
+++ b/src/view/MapView.hpp
@@ -55,7 +55,7 @@ public:
const std::map<std::string, SDL_Surface *> &entities);
~MapView();
- void render(float centerX, float centerY);
+ void render(float centerX, float centerY, uint64_t time);
};
}