Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
RyeMutt committed May 11, 2024
1 parent 77f9b9a commit 4c9252a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indra/newview/lltoolselect.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ LLObjectSelectionHandle LLToolSelect::handleObjectSelection(const LLPickInfo& pi
}
// [/RLVa:KB]

bool select_owned = gSavedSettings.getBOOL("SelectCopyOnly");
bool select_copy = gSavedSettings.getBOOL("SelectCopyOnly");
BOOL select_owned = gSavedSettings.getBOOL("SelectOwnedOnly");
BOOL select_movable = gSavedSettings.getBOOL("SelectMovableOnly");

Expand Down

0 comments on commit 4c9252a

Please sign in to comment.