Skip to content

Commit

Permalink
Fix synchronization issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rpetti committed Jan 1, 2021
1 parent 2d92416 commit 806ab61
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vmcli/vmcli.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ void WaitForUpdate()
{
Sleep(50);
}
while (iVMR.VBVMR_IsParametersDirty())
{
Sleep(50);
}
Sleep(50);
}

Expand Down

0 comments on commit 806ab61

Please sign in to comment.