diff options
Diffstat (limited to 'game/network/rail.h')
-rw-r--r-- | game/network/rail.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/game/network/rail.h b/game/network/rail.h index a501f32..f50ef3c 100644 --- a/game/network/rail.h +++ b/game/network/rail.h @@ -48,6 +48,8 @@ public: private: RailLinkCurve(const NodePtr &, const NodePtr &, glm::vec3, const Arc); glm::vec3 centreBase; + float radius; + Arc arc; }; template<typename T> concept RailLinkConcept = std::is_base_of_v<RailLink, T>; |