steamcompmgr: Remake output images on res change

This got lost in the format stuff.

Closes: #883
This commit is contained in:
Joshua Ashton 2023-05-27 16:06:39 +01:00
parent 29710fb2ec
commit 847da568df

View file

@ -6950,6 +6950,8 @@ steamcompmgr_main(int argc, char **argv)
drm_set_hdr_state(&g_DRM, g_bOutputHDREnabled); drm_set_hdr_state(&g_DRM, g_bOutputHDREnabled);
} }
} }
vulkan_remake_output_images();
} }