mirror of
https://github.com/halpz/re3.git
synced 2025-07-19 22:28:13 +00:00
imrove readme; enable screenshots with F12
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user