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