Fix last commit

master
orwell96 2017-10-23 14:02:40 +02:00 committed by GitHub
parent 850d8ac570
commit 291da56aa2
1 changed files with 1 additions and 1 deletions

View File

@ -302,7 +302,7 @@ function wagon:on_step(dtime)
textures={new_line_tex},
})
self.line_cache=gp.line
elseif self.line_cache~=nil then
elseif self.line_cache~=nil and gp.line==nil then
self.object:set_properties({
textures=self.textures,
})