Correct missing semicolon in recent commit

This commit is contained in:
Campbell Barton 2018-11-30 17:07:13 +11:00
parent 6429e6c91e
commit 6e253fc627
1 changed files with 1 additions and 1 deletions

View File

@ -824,7 +824,7 @@ SessionParams BlenderSync::get_session_params(BL::RenderEngine& b_engine,
}
}
}
} RNA_END
} RNA_END;
if(used_devices.size() == 1) {
params.device = used_devices[0];