diff options
Diffstat (limited to 'game/network/rail.cpp')
-rw-r--r-- | game/network/rail.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/game/network/rail.cpp b/game/network/rail.cpp index 1ed59bd..fd2ea08 100644 --- a/game/network/rail.cpp +++ b/game/network/rail.cpp @@ -46,10 +46,10 @@ constexpr const std::array<std::pair<glm::vec3, float>, 4> railCrossSection {{ // ___________ // _/ \_ // left to right - {{-1.F, 0.F, 0.F}, 0.F}, - {{-.75F, .25F, 0.F}, 0.125F}, - {{.75F, .25F, 0.F}, 0.875F}, - {{1.F, 0.F, 0.F}, 1.F}, + {{-1.9F, 0.F, 0.F}, 0.F}, + {{-1.43F, .25F, 0.F}, 0.125F}, + {{1.43F, .25F, 0.F}, 0.875F}, + {{1.9F, 0.F, 0.F}, 1.F}, }}; constexpr auto sleepers {5.F}; // There are 5 repetitions of sleepers in the texture |