Skip to content

Commit 867e0fc

Browse files
committed
Fix #18: restart portrait gallery coroutines when exiting PCR
1 parent 24f5626 commit 867e0fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ProbeControlRoom/ProbeControlRoom.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -521,6 +521,7 @@ public void stopIVA()
521521

522522
// re-enable the portrait gallery
523523
KerbalPortraitGallery.Instance.enabled = true;
524+
KerbalPortraitGallery.Instance.StartRefresh(aPart?.vessel);
524525

525526
//Restore settings to levels prior to entering IVA
526527
if (ProbeControlRoomSettings.Instance.DisableSounds)

0 commit comments

Comments
 (0)