mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 14:53:52 +00:00
Fix air duct crash
This commit is contained in:
@@ -129,6 +129,9 @@ void ReadyGliderFromTransit (gliderPtr thisGlider, short toWhat)
|
||||
thisGlider->destShadow.right = tempRect.right;
|
||||
thisGlider->whole = thisGlider->dest;
|
||||
thisGlider->wholeShadow = thisGlider->destShadow;
|
||||
// GP: Match rects
|
||||
thisGlider->src.bottom = thisGlider->src.top;
|
||||
thisGlider->mask.bottom = thisGlider->mask.top;
|
||||
break;
|
||||
|
||||
case kLinkedToFloorDuct:
|
||||
|
Reference in New Issue
Block a user