mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 11:45:36 +02:00
restore spelling in comment
This commit is contained in:
parent
7100f44927
commit
c5eb2e0642
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ void AvatarMixer::start() {
|
|||
}
|
||||
|
||||
|
||||
// NOTE: nodeData->getAvatar() might be side affected, must be called when access to node/nodeData
|
||||
// NOTE: nodeData->getAvatar() might be side effected, must be called when access to node/nodeData
|
||||
// is guaranteed to not be accessed by other thread
|
||||
void AvatarMixer::manageDisplayName(const SharedNodePointer& node) {
|
||||
AvatarMixerClientData* nodeData = reinterpret_cast<AvatarMixerClientData*>(node->getLinkedData());
|
||||
|
|
Loading…
Reference in a new issue