Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Alchemy Viewer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Silent mode is enabled
All outbound communications are blocked.
Learn more
.
Show more breadcrumbs
Testicular Slingshot
Alchemy Viewer
Commits
fca9b867
Commit
fca9b867
authored
12 years ago
by
Oz Linden
Browse files
Options
Downloads
Plain Diff
merge changes for DRTVWR-280
parents
f3b362a6
c36d3ea2
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.hgtags
+1
-0
1 addition, 0 deletions
.hgtags
indra/newview/llviewerparcelmgr.cpp
+2
-1
2 additions, 1 deletion
indra/newview/llviewerparcelmgr.cpp
with
3 additions
and
1 deletion
.hgtags
+
1
−
0
View file @
fca9b867
...
@@ -400,3 +400,4 @@ e1bb1ae7d8b12faeb37933a737c199cc9b9f89cc 3.4.4-release
...
@@ -400,3 +400,4 @@ e1bb1ae7d8b12faeb37933a737c199cc9b9f89cc 3.4.4-release
b9ff9730daa53a541925300cbd02bb14575a5705 DRTVWR-277
b9ff9730daa53a541925300cbd02bb14575a5705 DRTVWR-277
af6b711a97073431953b55ee808aaa09900c27e5 DRTVWR-276
af6b711a97073431953b55ee808aaa09900c27e5 DRTVWR-276
8302fefde6c8f4a64bfc7f04929f8bc85f5c6c7b DRTVWR-279
8302fefde6c8f4a64bfc7f04929f8bc85f5c6c7b DRTVWR-279
c296133849d1f103c0e2abc41e6599daed00b67b DRTVWR-280
This diff is collapsed.
Click to expand it.
indra/newview/llviewerparcelmgr.cpp
+
2
−
1
View file @
fca9b867
...
@@ -1540,7 +1540,8 @@ void LLViewerParcelMgr::processParcelProperties(LLMessageSystem *msg, void **use
...
@@ -1540,7 +1540,8 @@ void LLViewerParcelMgr::processParcelProperties(LLMessageSystem *msg, void **use
// Actually extract the data.
// Actually extract the data.
if
(
parcel
)
if
(
parcel
)
{
{
if
(
parcel
->
getLocalID
()
!=
INVALID_PARCEL_ID
if
(
sequence_id
==
SELECTED_PARCEL_SEQ_ID
&&
parcel
->
getLocalID
()
!=
INVALID_PARCEL_ID
&&
parcel
->
getLocalID
()
!=
local_id
)
&&
parcel
->
getLocalID
()
!=
local_id
)
{
{
// The parcel has a valid parcel ID but it doesn't match the parcel
// The parcel has a valid parcel ID but it doesn't match the parcel
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment