Revert "remove unnecessary context brackets"

This reverts commit 0657ca1e5e.
This commit is contained in:
Atlante45 2017-03-08 14:08:54 -08:00
parent 188287e345
commit a68674adcc

View file

@ -2332,6 +2332,7 @@ void AvatarData::sortAvatars(
std::function<float(AvatarSharedPointer)> getBoundingRadius, std::function<float(AvatarSharedPointer)> getBoundingRadius,
std::function<bool(AvatarSharedPointer)> shouldIgnore) { std::function<bool(AvatarSharedPointer)> shouldIgnore) {
{
PROFILE_RANGE(simulation, "sort"); PROFILE_RANGE(simulation, "sort");
uint64_t now = usecTimestampNow(); uint64_t now = usecTimestampNow();
@ -2375,6 +2376,7 @@ void AvatarData::sortAvatars(
} }
sortedAvatarsOut.push(AvatarPriority(avatar, priority)); sortedAvatarsOut.push(AvatarPriority(avatar, priority));
} }
}
} }
QScriptValue AvatarEntityMapToScriptValue(QScriptEngine* engine, const AvatarEntityMap& value) { QScriptValue AvatarEntityMapToScriptValue(QScriptEngine* engine, const AvatarEntityMap& value) {