This commit is contained in:
Sergeanur 2021-02-12 05:37:30 +02:00
parent 6580ddd6cb
commit 2c194df591
1 changed files with 1 additions and 1 deletions

View File

@ -356,7 +356,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)