summaryrefslogtreecommitdiff
path: root/src/common.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.hpp')
-rw-r--r--src/common.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.hpp b/src/common.hpp
index 13b843d..a253da5 100644
--- a/src/common.hpp
+++ b/src/common.hpp
@@ -341,7 +341,7 @@ namespace render {
void render_hlrect(rectf_t rect, sf::Color color);
void render_line(v2f_t x0, v2f_t x1, sf::Color color);
- void debug_path(std::list<v2f_t> *path);
+ void debug_path(v2f_t x, std::list<v2f_t> *path);
};
}