cleanup init

This commit is contained in:
howard-stearns 2016-01-26 13:01:29 -08:00
parent 1d49c8f368
commit e145cf60be
2 changed files with 1 additions and 2 deletions

View file

@ -121,7 +121,6 @@ void Avatar::init() {
getHead()->init();
_skeletonModel.init();
_initialized = true;
_shouldRenderBillboard = false;
}
glm::vec3 Avatar::getChestPosition() const {

View file

@ -255,7 +255,7 @@ protected:
private:
bool _initialized;
NetworkTexturePointer _billboardTexture;
bool _shouldRenderBillboard;
bool _shouldRenderBillboard { true };
bool _shouldSkipRender { false };
bool _isLookAtTarget;