mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-15 07:20:32 +00:00
enable screenshots with F12
This commit is contained in:
parent
031195f11d
commit
879838c9f2
5 changed files with 53 additions and 1 deletions
|
@ -207,6 +207,7 @@ psGrabScreen(RwCamera *pCamera)
|
|||
}
|
||||
#else
|
||||
rw::Image *image = RwCameraGetRaster(pCamera)->toImage();
|
||||
image->removeMask();
|
||||
if(image)
|
||||
return image;
|
||||
#endif
|
||||
|
|
|
@ -262,6 +262,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