enable screenshots with F12

This commit is contained in:
aap
2021-02-12 00:29:09 +01:00
parent 031195f11d
commit 879838c9f2
5 changed files with 53 additions and 1 deletions

View File

@ -207,6 +207,7 @@ psGrabScreen(RwCamera *pCamera)
}
#else
rw::Image *image = RwCameraGetRaster(pCamera)->toImage();
image->removeMask();
if(image)
return image;
#endif

View File

@ -262,6 +262,7 @@ psGrabScreen(RwCamera *pCamera)
}
#else
rw::Image *image = RwCameraGetRaster(pCamera)->toImage();
image->removeMask();
if(image)
return image;
#endif