mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 04:20:27 +00:00
Drop debugging log.
This commit is contained in:
parent
a8dd5da5bb
commit
e326db8fb5
@ -1337,7 +1337,6 @@ void gl_glsl_set_params(unsigned width, unsigned height,
|
|||||||
unsigned count = frame_count;
|
unsigned count = frame_count;
|
||||||
if (uni->frame_count_mod)
|
if (uni->frame_count_mod)
|
||||||
count %= uni->frame_count_mod;
|
count %= uni->frame_count_mod;
|
||||||
fprintf(stderr, "Count: %u\n", count);
|
|
||||||
pglUniform1i(uni->frame_count, count);
|
pglUniform1i(uni->frame_count, count);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user