mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-23 17:44:15 +02:00
remove unnecessary context brackets
This commit is contained in:
parent
92a32b4651
commit
0657ca1e5e
1 changed files with 39 additions and 41 deletions
|
@ -2332,7 +2332,6 @@ 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();
|
||||||
|
|
||||||
|
@ -2376,7 +2375,6 @@ 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) {
|
||||||
|
|
Loading…
Reference in a new issue