diff options
Diffstat (limited to 'ui/builders/join.h')
-rw-r--r-- | ui/builders/join.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/builders/join.h b/ui/builders/join.h index 30d39cd..bb0bd4c 100644 --- a/ui/builders/join.h +++ b/ui/builders/join.h @@ -5,9 +5,9 @@ class Network; class GeoData; class BuilderJoin : public EditNetwork::Builder { - void render(const Shader &) const override; std::string hint() const override; void click(Network * network, const GeoData * geoData, const SDL_MouseButtonEvent & e, const Ray & ray) override; + void move(Network * network, const GeoData * geoData, const SDL_MouseMotionEvent & e, const Ray & ray) override; void create(Network * network, const Node::Ptr & p1, const Node::Ptr & p2) const; |