mac-syphon: Fix unused parameter warning

This commit is contained in:
tytan652 2022-07-31 14:51:08 +02:00 committed by Ryan Foster
parent e58a2d49e0
commit e4f004cdf8

View file

@ -680,6 +680,8 @@ static inline void build_sprite_rect(struct gs_vb_data *data, float origin_x,
static void syphon_video_tick(void *data, float seconds)
{
UNUSED_PARAMETER(seconds);
syphon_t s = data;
if (!s->tex)