Corrections

This commit is contained in:
luiscuenca 2017-11-09 18:38:04 -07:00
parent 7dfdc8da59
commit 255a40ce31
2 changed files with 1 additions and 3 deletions

View file

@ -14,8 +14,6 @@
#include "avatar/AvatarManager.h"
#include "RayPickScriptingInterface.h"
static const float DEFAULT_LASER_POINTER_SIZE = 0.02f;
LaserPointer::LaserPointer(const QVariant& rayProps, const RenderStateMap& renderStates, const DefaultRenderStateMap& defaultRenderStates,
const bool faceAvatar, const bool centerEndY, const bool lockEnd, const bool distanceScaleEnd, const bool scaleWithAvatar, const bool enabled) :
_renderingEnabled(enabled),

View file

@ -6,7 +6,7 @@
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
////
//
#include "Line3DOverlay.h"