Only mipmap framebuffer if adaptive smoothing is enabled.

This commit is contained in:
Tiny Tiger 2016-12-04 11:20:49 +01:00 committed by twinaphex
parent 697f9dd3fa
commit 505fbcd39d

View File

@ -434,7 +434,7 @@ ImageHandle Renderer::scanout_to_texture()
ensure_command_buffer();
if (!render_state.bpp24 && scaling != 1)
if (render_state.adaptive_smoothing && (!render_state.bpp24 && scaling != 1))
mipmap_framebuffer();
if (scanout_semaphore)