mirror of
https://github.com/halpz/re3.git
synced 2025-12-17 13:42:55 +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