Huge renderer update (WIP). Still plenty to do, especially pertaining to UI.
-Nametag bubble visbility is oddly inconsistent. May vanish with future planned UI merges... -VBOs are PAINFULLY slow on ATI hardware. This repos self-compiled davep/shining-fixes branch, so I'll leave the ball in LL's court for now regarding that.
This commit is contained in:
@@ -369,6 +369,7 @@ public:
|
||||
{
|
||||
if(!group.controlExists(name))
|
||||
{
|
||||
//llerrs << "Control named " << name << " not found." << llendl;
|
||||
if(!declareTypedControl(group, name, default_value, comment))
|
||||
{
|
||||
llerrs << "The control could not be created!!!" << llendl;
|
||||
@@ -384,7 +385,7 @@ public:
|
||||
{
|
||||
if(!group.controlExists(name))
|
||||
{
|
||||
llerrs << "Control named " << name << "not found." << llendl;
|
||||
llerrs << "Control named " << name << " not found." << llendl;
|
||||
}
|
||||
|
||||
bindToControl(group, name);
|
||||
|
||||
Reference in New Issue
Block a user