mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-06 02:25:20 +02:00
15 lines
294 B
C++
15 lines
294 B
C++
//
|
|
// AvatarMixerClientData.cpp
|
|
// hifi
|
|
//
|
|
// Created by Stephen Birarda on 2/4/2014.
|
|
// Copyright (c) 2014 HighFidelity, Inc. All rights reserved.
|
|
//
|
|
|
|
#include "AvatarMixerClientData.h"
|
|
|
|
AvatarMixerClientData::AvatarMixerClientData() :
|
|
_hasSentIdentityBetweenKeyFrames(false)
|
|
{
|
|
|
|
}
|