diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2023-02-23 00:55:36 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2023-02-23 00:55:36 +0000 |
commit | 27c9f248d374d1327e90e1627ae3a98d148f8972 (patch) | |
tree | d3d820938302a4443fb60973e69579f40aef2dd1 | |
parent | Smooth roof now supported (diff) | |
download | ilt-27c9f248d374d1327e90e1627ae3a98d148f8972.tar.bz2 ilt-27c9f248d374d1327e90e1627ae3a98d148f8972.tar.xz ilt-27c9f248d374d1327e90e1627ae3a98d148f8972.zip |
Fix axel definition
Test output images now identical
-rw-r--r-- | res/brush47.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/brush47.xml b/res/brush47.xml index 841c951..9fd4fe2 100644 --- a/res/brush47.xml +++ b/res/brush47.xml @@ -4,8 +4,8 @@ <use type="cylinder" position="0,0,0.571" scale="1.142,1.142,0.07" rotation="0,0,1.5708"/> </object> <object id="axel"> - <use type="wheel" position="0.717,0,0"/> - <use type="wheel" position="-0.717,0,0" rotation="0,3.14159,0"/> + <use type="wheel" position="-0.717,0,0"/> + <use type="wheel" position="0.717,0,0" rotation="0,3.14159,0"/> </object> <object id="bogie"> <use type="axel" position="0,0,0"/> |