1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-15 15:53:55 +00:00

Fixed bug, where if multiple KVM sessions are connected, only the first one had the resolution sent...

This commit is contained in:
Bryan Roe
2019-01-22 16:28:59 -08:00
parent 82fc208e8b
commit 84f9c14d5a

View File

@@ -438,6 +438,8 @@ int kvm_server_inputdata(char* block, int blocklen)
}
case MNG_KVM_REFRESH: // Refresh
{
kvm_send_resolution();
int row, col;
if (size != 4) break;
if (g_tileInfo == NULL) {