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:
parent
800df7376c
commit
4a6a8e5420
1 changed files with 0 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue