mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 14:29:03 +02:00
Don't save the billboard.
This commit is contained in:
parent
aeb424cd71
commit
e6b0dc592b
1 changed files with 0 additions and 2 deletions
|
@ -2741,8 +2741,6 @@ QImage Application::renderAvatarBillboard() {
|
||||||
|
|
||||||
_textureCache.getPrimaryFramebufferObject()->release();
|
_textureCache.getPrimaryFramebufferObject()->release();
|
||||||
|
|
||||||
image.save("billboard.png");
|
|
||||||
|
|
||||||
return image;
|
return image;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue