1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-22 14:24:33 +01:00

Fix #14668: Ensure to flush network data when paused (#14673)

This commit is contained in:
ζeh Matt
2021-05-16 14:14:29 +03:00
committed by GitHub
parent 05977e6d14
commit 1fef332f6a

View File

@@ -183,6 +183,8 @@ void GameState::Update()
}
}
network_flush();
if (!gOpenRCT2Headless)
{
input_set_flag(INPUT_FLAG_VIEWPORT_SCROLLING, false);