1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-29 22:45:34 +00:00

don't write to disk

This commit is contained in:
scrawl 2012-04-12 14:28:35 +02:00
parent 800df7376c
commit 4a6a8e5420

View file

@ -66,7 +66,6 @@ void ImageRotate::rotate(const std::string& sourceImage, const std::string& dest
vp->setClearEveryFrame(true, FBT_DEPTH);
rtt->update();
rtt->writeContentsToFile(destImage);
// remove all the junk we've created
MaterialManager::getSingleton().remove("ImageRotateMaterial");