mirror of
https://github.com/overte-org/overte.git
synced 2025-07-10 16:38:37 +02:00
fix copy-paste typo in comment
This commit is contained in:
parent
da0d2c4776
commit
db0bd83ab5
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ int AvatarData::getBroadcastData(unsigned char* destinationBuffer) {
|
||||||
if (!_headData) {
|
if (!_headData) {
|
||||||
_headData = new HeadData(this);
|
_headData = new HeadData(this);
|
||||||
}
|
}
|
||||||
// lazily allocate memory for HeadData in case we're not an Avatar instance
|
// lazily allocate memory for HandData in case we're not an Avatar instance
|
||||||
if (!_handData) {
|
if (!_handData) {
|
||||||
_handData = new HandData(this);
|
_handData = new HandData(this);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue