MGR: Fix bug which changed Network Activity Selection when user set GPU Activity mode

This commit is contained in:
Charlie Fenton 2013-06-03 16:56:31 -07:00
parent 32c2cbd7d2
commit 3274bcbebc
1 changed files with 1 additions and 1 deletions

View File

@ -800,7 +800,7 @@ int CMainDocument::SetGPURunMode(int iMode, int iTimeout) {
if (iMode == RUN_MODE_RESTORE) {
GetCoreClientStatus(ccs, true);
} else {
status.network_mode = iMode;
status.gpu_mode = iMode;
}
}
return 0;