mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-04-01 01:36:44 +00:00
Remove an already resolved todo comment
This commit is contained in:
parent
934166a853
commit
b543308e3e
1 changed files with 0 additions and 1 deletions
|
@ -274,7 +274,6 @@ namespace MWRender
|
||||||
image->setDataType(mOverlayImage->getDataType());
|
image->setDataType(mOverlayImage->getDataType());
|
||||||
camera->attach(osg::Camera::COLOR_BUFFER, image);
|
camera->attach(osg::Camera::COLOR_BUFFER, image);
|
||||||
|
|
||||||
// FIXME: why does the image get slightly darker by the read back?
|
|
||||||
ImageDest imageDest;
|
ImageDest imageDest;
|
||||||
imageDest.mImage = image;
|
imageDest.mImage = image;
|
||||||
imageDest.mX = x;
|
imageDest.mX = x;
|
||||||
|
|
Loading…
Reference in a new issue