mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
Fix shader derp
This commit is contained in:
parent
16ec2a620e
commit
449cdfe36f
@ -86,7 +86,7 @@ struct video_shader *video_shader_driver_get_current_shader(void)
|
||||
void video_shader_scale(unsigned idx,
|
||||
const shader_backend_t *shader, struct gfx_fbo_scale *scale)
|
||||
{
|
||||
if (!scale || shader)
|
||||
if (!scale || !shader)
|
||||
return;
|
||||
|
||||
scale->valid = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user