mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-01-16 02:08:35 -05:00
UI: Clean up Projector Creation
The Init function were only called on projector creation so this isn't needed to be on a separate function. Its clearer to read the code.
This commit is contained in:
@@ -5672,7 +5672,6 @@ OBSProjector *OBSBasic::OpenProjector(obs_source_t *source, int monitor,
|
||||
projectors[monitor] = projector;
|
||||
}
|
||||
|
||||
projector->Init();
|
||||
return projector;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user