mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 14:13:47 +02:00
Remove unused lodManager
This commit is contained in:
parent
05f8ba558f
commit
47d9cf42c5
1 changed files with 0 additions and 1 deletions
|
@ -3105,7 +3105,6 @@ QImage Application::renderAvatarBillboard(RenderArgs* renderArgs) {
|
|||
|
||||
const int BILLBOARD_SIZE = 64;
|
||||
// TODO: Pass a RenderArgs to renderAvatarBillboard
|
||||
auto lodManager = DependencyManager::get<LODManager>();
|
||||
renderRearViewMirror(renderArgs, QRect(0, _glWidget->getDeviceHeight() - BILLBOARD_SIZE,
|
||||
BILLBOARD_SIZE, BILLBOARD_SIZE),
|
||||
true);
|
||||
|
|
Loading…
Reference in a new issue