use screenshot for eye dropper

instead of using backbuffer image, use the screenshot so it captures everything
This commit is contained in:
marauder2k7 2025-01-23 20:23:47 +00:00
parent 93352f5754
commit 055ca0ae00
4 changed files with 9 additions and 16 deletions

View file

@ -29,7 +29,7 @@
//**************************************************************************
class ScreenShotD3D11 : public ScreenShot
{
protected:
public:
GBitmap* _captureBackBuffer() override;