mirror of
https://github.com/overte-org/overte.git
synced 2025-06-20 19:40:23 +02:00
Fix comment
This commit is contained in:
parent
4a4c9c75fc
commit
6fd474a1a3
1 changed files with 1 additions and 1 deletions
|
@ -3105,7 +3105,7 @@ QImage Application::renderAvatarBillboard() {
|
||||||
Glower glower;
|
Glower glower;
|
||||||
|
|
||||||
const int BILLBOARD_SIZE = 64;
|
const int BILLBOARD_SIZE = 64;
|
||||||
// TODO: Pass a RenderArgs renderAvatarBillboard
|
// TODO: Pass a RenderArgs to renderAvatarBillboard
|
||||||
auto lodManager = DependencyManager::get<LODManager>();
|
auto lodManager = DependencyManager::get<LODManager>();
|
||||||
RenderArgs renderArgs(NULL, Application::getInstance()->getViewFrustum(),
|
RenderArgs renderArgs(NULL, Application::getInstance()->getViewFrustum(),
|
||||||
lodManager->getOctreeSizeScale(),
|
lodManager->getOctreeSizeScale(),
|
||||||
|
|
Loading…
Reference in a new issue