mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 22:56:29 +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;
|
||||
|
||||
const int BILLBOARD_SIZE = 64;
|
||||
// TODO: Pass a RenderArgs renderAvatarBillboard
|
||||
// TODO: Pass a RenderArgs to renderAvatarBillboard
|
||||
auto lodManager = DependencyManager::get<LODManager>();
|
||||
RenderArgs renderArgs(NULL, Application::getInstance()->getViewFrustum(),
|
||||
lodManager->getOctreeSizeScale(),
|
||||
|
|
Loading…
Reference in a new issue