mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 07:17:43 +02:00
Revert "remove unnecessary context brackets"
This reverts commit 0657ca1e5e
.
This commit is contained in:
parent
188287e345
commit
a68674adcc
1 changed files with 40 additions and 38 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue