mirror of
https://github.com/APercy/airutils.git
synced 2025-07-13 09:51:55 -04:00
fix undeclared variable
This commit is contained in:
parent
3f48109809
commit
e32a20291b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue