Merge branch 'future' of https://github.com/Shyotl/SingularityViewer
Conflicts: indra/newview/app_settings/shaders/class2/effects/gaussBlurF.glsl indra/newview/llmanipscale.cpp indra/newview/llmeshrepository.cpp indra/newview/llviewerregion.cpp indra/newview/llvovolume.cpp
This commit is contained in:
@@ -4085,7 +4085,7 @@ void LLAgent::renderAutoPilotTarget()
|
||||
gGL.getTexUnit(0)->unbind(LLTexUnit::TT_TEXTURE);
|
||||
|
||||
// lovely green
|
||||
gGL.diffuseColor4f(0.f, 1.f, 1.f, 1.f);
|
||||
gGL.color4f(0.f, 1.f, 1.f, 1.f);
|
||||
|
||||
target_global = mAutoPilotTargetGlobal;
|
||||
|
||||
@@ -4095,7 +4095,7 @@ void LLAgent::renderAutoPilotTarget()
|
||||
|
||||
gGL.scalef(height_meters, height_meters, height_meters);
|
||||
|
||||
gSphere.render(1500.f);
|
||||
gSphere.render();
|
||||
|
||||
gGL.popMatrix();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user