mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Fix texture saving not propagating the right settings
This commit is contained in:
@@ -3337,6 +3337,7 @@ void TextureViewer::on_saveTex_clicked()
|
||||
|
||||
TextureSave config;
|
||||
memset(&config, 0, sizeof(config));
|
||||
config.jpegQuality = 90;
|
||||
|
||||
config.id = m_TexDisplay.texid;
|
||||
config.typeHint = m_TexDisplay.typeHint;
|
||||
|
||||
Reference in New Issue
Block a user