mirror of
https://github.com/APercy/airutils.git
synced 2025-07-13 18:02:03 -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
|
end
|
||||||
if self.isonground and props.show_on_minimap then
|
if self.isonground and props.show_on_minimap then
|
||||||
props.show_on_minimap = false
|
props.show_on_minimap = false
|
||||||
self.object:set_properties(plane_properties)
|
self.object:set_properties(props)
|
||||||
end
|
end
|
||||||
|
|
||||||
if colinfo then
|
if colinfo then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue