Remove shadow debugging image saving.

This commit is contained in:
John Preston 2021-06-10 15:38:19 +04:00
parent aeb994dd40
commit e0e2b973f1
1 changed files with 0 additions and 1 deletions

View File

@ -273,7 +273,6 @@ void Pip::RendererGL::createShadowTexture() {
size.width(),
shadow);
}
image.save("C:\\Tmp\\shadow.png");
_shadowImage.setImage(std::move(image));
}