mirror of
https://github.com/halpz/re3.git
synced 2025-07-23 15:49:46 +00:00
enable screenshots with F12
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user