aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--advtrains/misc_nodes.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/advtrains/misc_nodes.lua b/advtrains/misc_nodes.lua
index 2638282..f1fb030 100644
--- a/advtrains/misc_nodes.lua
+++ b/advtrains/misc_nodes.lua
@@ -38,8 +38,8 @@ function advtrains.register_platform(modprefix, preset)
node_box = {
type = "fixed",
fixed = {
- {-0.5, 0.3, -0.1, 0.5, 0.5, 0.5},
- {-0.5, -0.5, 0 , 0.5, 0.3, 0.5}
+ {-0.5, 0.3, 0, 0.5, 0.5, 0.5},
+ {-0.5, -0.5, 0.1 , 0.5, 0.3, 0.5}
},
},
paramtype2="facedir",