This commit is contained in:
Sergeanur 2021-02-12 08:06:34 +02:00
parent c3ced5825d
commit 9e22eaf798
1 changed files with 1 additions and 1 deletions

View File

@ -333,7 +333,7 @@ RwGrabScreen(RwCamera *camera, RwChar *filename)
strcpy(temp, CFileMgr::GetRootDirName());
strcat(temp, filename);
#ifdef THIS_IS_STUPID
#ifndef LIBRW
if (RtBMPImageWrite(pImage, &temp[0]) == nil)
#else
if (RtPNGImageWrite(pImage, &temp[0]) == nil)