formatting and comment removal

This commit is contained in:
Jarcode
2019-08-28 20:32:16 -07:00
parent c9c134a3e2
commit 6d74062cb3

View File

@@ -206,14 +206,7 @@ static void video_render(void* data, gs_effect_t* effect) {
gs_eparam_t* img = gs_effect_get_param_by_name(effect, "image");
gs_effect_set_texture(img, s->gs_tex);
while (gs_effect_loop(effect, "Draw"))
// gs_draw_sprite(s->gs_tex, 0, 0, 0);
obs_source_draw(s->gs_tex, 0, 0, 0, 0, true);
/*
while (gs_effect_loop(effect, "Draw")) {
obs_source_draw(s->gs_tex, 0, 0, 0, 0, 0);
}
*/
}
static void* create(obs_data_t* settings, obs_source_t* source) {