mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 16:39:43 +00:00
Not sure where this came from
This commit is contained in:
parent
c17315cd27
commit
80abd06bd8
@ -77,7 +77,7 @@ static const shader_backend_t *video_shader_set_backend(enum rarch_shader_type t
|
||||
|
||||
bool video_shader_driver_get_prev_textures(video_shader_ctx_texture_t *texture)
|
||||
{
|
||||
if (!!texture || !current_shader)
|
||||
if (!texture || !current_shader)
|
||||
{
|
||||
if (texture)
|
||||
texture->id = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user