diff options
author | Tim <t4im@users.noreply.github.com> | 2015-02-04 10:58:53 +0100 |
---|---|---|
committer | Tim <t4im@users.noreply.github.com> | 2015-02-04 10:58:53 +0100 |
commit | 7a82393547e2eb2c11fbc6f7c4e141f9f2295073 (patch) | |
tree | ace34fc593e3a693119c302cfee3fa3d4a6edadb | |
parent | 50bc3518047ac41b18ba78b1cde25a35167a69b5 (diff) | |
download | pipeworks-7a82393547e2eb2c11fbc6f7c4e141f9f2295073.tar pipeworks-7a82393547e2eb2c11fbc6f7c4e141f9f2295073.tar.gz pipeworks-7a82393547e2eb2c11fbc6f7c4e141f9f2295073.tar.bz2 pipeworks-7a82393547e2eb2c11fbc6f7c4e141f9f2295073.tar.xz pipeworks-7a82393547e2eb2c11fbc6f7c4e141f9f2295073.zip |
fix typo in texturename
-rw-r--r-- | routing_tubes.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/routing_tubes.lua b/routing_tubes.lua index c629e2a..000c6ee 100644 --- a/routing_tubes.lua +++ b/routing_tubes.lua @@ -20,7 +20,7 @@ if pipeworks.enable_priority_tube then plain = { "pipeworks_tube_plain.png^[colorize:" .. color }, noctr = { "pipeworks_tube_noctr.png^[colorize:" .. color }, ends = { "pipeworks_tube_end.png^[colorize:" .. color }, - short = "pipeworks_tube_tube_short.png^[colorize:" .. color, + short = "pipeworks_tube_short.png^[colorize:" .. color, node_def = { tube = { priority = 150 } -- higher than tubedevices (100) }, |