1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2026-01-07 11:03:55 +00:00

Fixed bug where resolution was only sent on first KVM connection

This commit is contained in:
Bryan Roe
2019-01-22 16:30:41 -08:00
parent 84f9c14d5a
commit 69947b9c8c

View File

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