mirror of
https://github.com/GTAmodding/re3.git
synced 2025-08-30 05:50:51 +00:00
imrove readme; enable screenshots with F12
This commit is contained in:
parent
a6b56e6b7a
commit
f3bfdd7857
7 changed files with 143 additions and 31 deletions
|
@ -204,6 +204,7 @@ psGrabScreen(RwCamera *pCamera)
|
|||
}
|
||||
#else
|
||||
rw::Image *image = RwCameraGetRaster(pCamera)->toImage();
|
||||
image->removeMask();
|
||||
if(image)
|
||||
return image;
|
||||
#endif
|
||||
|
|
|
@ -259,6 +259,7 @@ psGrabScreen(RwCamera *pCamera)
|
|||
}
|
||||
#else
|
||||
rw::Image *image = RwCameraGetRaster(pCamera)->toImage();
|
||||
image->removeMask();
|
||||
if(image)
|
||||
return image;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue