mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 14:58:03 +02:00
deleted unused stuff that caused conflict with myAvatar change
This commit is contained in:
parent
53df8a718a
commit
d57a4428d9
2 changed files with 0 additions and 4 deletions
0
interface/src/Head.cpp
Executable file → Normal file
0
interface/src/Head.cpp
Executable file → Normal file
|
@ -844,10 +844,6 @@ void display(void)
|
||||||
if (audioScope.getState()) audioScope.render();
|
if (audioScope.getState()) audioScope.render();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
//drawvec3(100, 100, 0.15, 0, 1.0, 0, myHead.getPos(), 0, 1, 0);
|
|
||||||
//glPointParameterfvARB( GL_POINT_DISTANCE_ATTENUATION_ARB, pointer_attenuation_quadratic );
|
|
||||||
|
|
||||||
if (displayHeadMouse && !displayHead && statsOn)
|
if (displayHeadMouse && !displayHead && statsOn)
|
||||||
{
|
{
|
||||||
// Display small target box at center or head mouse target that can also be used to measure LOD
|
// Display small target box at center or head mouse target that can also be used to measure LOD
|
||||||
|
|
Loading…
Reference in a new issue