mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-23 10:24:01 +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<bool(AvatarSharedPointer)> shouldIgnore) {
|
||||
|
||||
{
|
||||
PROFILE_RANGE(simulation, "sort");
|
||||
uint64_t now = usecTimestampNow();
|
||||
|
||||
|
@ -2377,7 +2376,6 @@ void AvatarData::sortAvatars(
|
|||
sortedAvatarsOut.push(AvatarPriority(avatar, priority));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
QScriptValue AvatarEntityMapToScriptValue(QScriptEngine* engine, const AvatarEntityMap& value) {
|
||||
QScriptValue obj = engine->newObject();
|
||||
|
|
Loading…
Reference in a new issue