Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files
Fix RW33
  • Loading branch information
Sergeanur committed Feb 12, 2021
1 parent 6580ddd commit 2c194df59135ed9b3c56c2bb7ef90201a99aca98
Showing with 1 addition and 1 deletion.
  1. +1 −1 src/core/main.cpp
@@ -356,7 +356,7 @@ RwGrabScreen(RwCamera *camera, RwChar *filename)
strcpy(temp, CFileMgr::GetRootDirName()); strcpy(temp, CFileMgr::GetRootDirName());
strcat(temp, filename); strcat(temp, filename);


#ifdef THIS_IS_STUPID #ifndef LIBRW
if (RtBMPImageWrite(pImage, &temp[0]) == nil) if (RtBMPImageWrite(pImage, &temp[0]) == nil)
#else #else
if (RtPNGImageWrite(pImage, &temp[0]) == nil) if (RtPNGImageWrite(pImage, &temp[0]) == nil)

0 comments on commit 2c194df

Please sign in to comment.