mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
Fix regression
This commit is contained in:
parent
8c440ef72c
commit
e0d04c29bc
@ -1778,7 +1778,7 @@ void gfx_display_init_white_texture(uintptr_t white_texture)
|
||||
ti.pixels = (uint32_t*)&white_data;
|
||||
|
||||
video_driver_texture_load(&ti,
|
||||
TEXTURE_FILTER_NEAREST, &white_texture);
|
||||
TEXTURE_FILTER_NEAREST, &gfx_display_white_texture);
|
||||
}
|
||||
|
||||
void gfx_display_free(void)
|
||||
|
Loading…
x
Reference in New Issue
Block a user