UI: Fix warning

This commit is contained in:
jp9000
2018-01-10 21:41:07 -08:00
parent 0389ecf9f0
commit 9d4be5e575
+1 -1
View File
@@ -329,7 +329,7 @@ void OBSProjector::OBSRenderMultiview(void *data, uint32_t cx, uint32_t cy)
gs_projection_pop();
};
auto calcBaseSource = [&](int i)
auto calcBaseSource = [&](size_t i)
{
switch (multiviewLayout) {
case VERTICAL_LEFT: