Floater minimum width fixed, small message cleanup.
parent
bcfc40dd33
commit
d71f7ebc7b
|
|
@ -168,7 +168,7 @@ LLUUID AOSet::getAnimationForState(AOState* state)
|
|||
return state->mAnimations[state->mCurrentAnimation].mAssetUUID;
|
||||
}
|
||||
else
|
||||
llwarns << "animation state has no animations assigned" << llendl;
|
||||
lldebugs << "animation state has no animations assigned" << llendl;
|
||||
}
|
||||
return LLUUID();
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@
|
|||
can_close="false"
|
||||
height="352"
|
||||
min_height="320"
|
||||
min_width="200"
|
||||
layout="topleft"
|
||||
name="animation_overrider"
|
||||
help_topic="animation_overrider"
|
||||
|
|
|
|||
Loading…
Reference in New Issue