mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-04-24 11:50:51 +00:00
- fix wrong screenshot gamma
This commit is contained in:
parent
676658ed4c
commit
6343ddfc11
1 changed files with 1 additions and 1 deletions
|
@ -790,7 +790,7 @@ TArray<uint8_t> VulkanFrameBuffer::GetScreenshotBuffer(int &pitch, ESSType &colo
|
|||
|
||||
pitch = w * 3;
|
||||
color_type = SS_RGB;
|
||||
gamma = 2.2f;
|
||||
gamma = 1.0f;
|
||||
return ScreenshotBuffer;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue