Don't save the billboard.

This commit is contained in:
Andrzej Kapolka 2014-09-22 15:03:25 -07:00
parent aeb424cd71
commit e6b0dc592b

View file

@ -2741,8 +2741,6 @@ QImage Application::renderAvatarBillboard() {
_textureCache.getPrimaryFramebufferObject()->release();
image.save("billboard.png");
return image;
}