fix redraw after gpose

This commit is contained in:
rootdarkarchon
2023-03-27 12:04:45 +02:00
parent 98d552fa40
commit 0f623510b5
3 changed files with 5 additions and 6 deletions

View File

@@ -395,7 +395,7 @@ public sealed class PairManager : DisposableMediatorSubscriberBase
{
foreach (var pair in _allClientPairs.Select(k => k.Value))
{
pair.ApplyLastReceivedData();
pair.ApplyLastReceivedData(true);
}
}