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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user