mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-05-31 08:50:54 +00:00
Fixed bug when looking for PBR image timestamp
This commit is contained in:
parent
56a2ec0dfc
commit
bc7d66a740
2 changed files with 10 additions and 3 deletions
|
@ -941,6 +941,7 @@ void idRenderSystemLocal::TakeScreenshot( int width, int height, const char* fil
|
|||
R_StaticFree( shortBuffer );
|
||||
r_jitter.SetBool( false );
|
||||
}
|
||||
|
||||
if( exten == PNG )
|
||||
{
|
||||
R_WritePNG( finalFileName, buffer, 3, width, height, false, "fs_basepath" );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue