mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-09-01 15:49:51 +08:00
UI: Fix warning
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user