Skip to content
Snippets Groups Projects
Commit 39fe664b authored by Eric M. Tulla (BigPapi)'s avatar Eric M. Tulla (BigPapi)
Browse files

Minor clarification edit to a warning comment.

parent e3f75c2c
No related branches found
No related tags found
No related merge requests found
...@@ -668,7 +668,7 @@ void LLAppearanceManager::filterWearableItems( ...@@ -668,7 +668,7 @@ void LLAppearanceManager::filterWearableItems(
EWearableType type = item->getWearableType(); EWearableType type = item->getWearableType();
if(type < 0 || type >= WT_COUNT) if(type < 0 || type >= WT_COUNT)
{ {
LL_WARNS("Appearance") << "Invalid wearable type. Type does not match wearable flag bitfield." << LL_ENDL; LL_WARNS("Appearance") << "Invalid wearable type. Inventory type does not match wearable flag bitfield." << LL_ENDL;
continue; continue;
} }
items_by_type[type].push_back(item); items_by_type[type].push_back(item);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment