mirror of
https://github.com/APercy/airutils
synced 2025-08-02 03:15:50 +02:00
fix undeclared variable
This commit is contained in:
parent
3f48109809
commit
e32a20291b
@ -122,7 +122,7 @@ function airutils.on_step(self,dtime,colinfo)
|
||||
end
|
||||
if self.isonground and props.show_on_minimap then
|
||||
props.show_on_minimap = false
|
||||
self.object:set_properties(plane_properties)
|
||||
self.object:set_properties(props)
|
||||
end
|
||||
|
||||
if colinfo then
|
||||
|
Loading…
Reference in New Issue
Block a user