diff --git a/GpApp/Transit.cpp b/GpApp/Transit.cpp index 7d101cb..263b049 100644 --- a/GpApp/Transit.cpp +++ b/GpApp/Transit.cpp @@ -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: