Minor adjustment to lltexturectrl, removing a duplicate call.
Signed-off-by: Beeks <HgDelirium@gmail.com>
This commit is contained in:
@@ -1039,8 +1039,6 @@ LLXMLNodePtr LLTextureCtrl::getXML(bool save_children) const
|
||||
|
||||
node->createChild("allow_invisible_texture", TRUE)->setBoolValue(mAllowInvisibleTexture);
|
||||
|
||||
node->createChild("allow_invisible_texture", TRUE)->setBoolValue(mAllowInvisibleTexture);
|
||||
|
||||
node->createChild("can_apply_immediately", TRUE)->setBoolValue(mCanApplyImmediately );
|
||||
|
||||
return node;
|
||||
@@ -1584,5 +1582,3 @@ BOOL LLToolTexEyedropper::handleHover(S32 x, S32 y, MASK mask)
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user