1
0
Fork 0

Animated jetways: Fix shift-click in the jetway editor not setting _edit to false on the current jetway

This commit is contained in:
Ryan Miller 2011-06-23 17:35:35 -04:00
parent 8254ae53bd
commit 0685d0127d

View file

@ -224,6 +224,7 @@ var click = func(pos)
}
elsif (kbd_shift.getBoolValue())
{
if (selected_jetway != nil) selected_jetway._edit = 0;
selected_jetway = nil;
}
elsif (kbd_ctrl.getBoolValue())