aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui.cpp')
-rw-r--r--src/ui.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/ui.cpp b/src/ui.cpp
index 94100e4..9439e30 100644
--- a/src/ui.cpp
+++ b/src/ui.cpp
@@ -9,6 +9,7 @@
#include <engine.hpp>
#include <events.hpp>
#include <window.hpp>
+#include <player.hpp>
#include <chrono>
using namespace std::literals::chrono_literals;
@@ -851,9 +852,6 @@ namespace ui {
auto SCREEN_HEIGHT = static_cast<float>(game::SCREEN_HEIGHT);
// will return if not toggled
- //action::draw(vec2 {player->loc.x + player->width / 2, player->loc.y + player->height + game::HLINE});
-
- // will return if not toggled
quest::draw();
if (pageTexReady) {