*sigh*
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
<key>Persist</key>
|
||||
<integer>1</integer>
|
||||
<key>Type</key>
|
||||
<string>S32</string>
|
||||
<string>U32</string>
|
||||
<key>Value</key>
|
||||
<integer>32</integer>
|
||||
</map>
|
||||
@@ -50,7 +50,7 @@
|
||||
<key>Persist</key>
|
||||
<integer>1</integer>
|
||||
<key>Type</key>
|
||||
<string>S32</string>
|
||||
<string>U32</string>
|
||||
<key>Value</key>
|
||||
<integer>2</integer>
|
||||
</map>
|
||||
|
||||
@@ -334,7 +334,8 @@ LLHUDIcon* LLHUDIcon::lineSegmentIntersectAll(const LLVector3& start, const LLVe
|
||||
for(icon_it = sIconInstances.begin(); icon_it != sIconInstances.end(); ++icon_it)
|
||||
{
|
||||
LLHUDIcon* icon = *icon_it;
|
||||
if (icon && icon->lineSegmentIntersect(start, local_end, &position))
|
||||
llassert(icon);
|
||||
if (icon->lineSegmentIntersect(start, local_end, &position))
|
||||
{
|
||||
ret = icon;
|
||||
if (intersection)
|
||||
|
||||
Reference in New Issue
Block a user