mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 13:28:09 +02:00
fix build error
This commit is contained in:
parent
5de0970365
commit
ee02a0bff4
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ private:
|
||||||
class LaserPointer {
|
class LaserPointer {
|
||||||
|
|
||||||
public:
|
public:
|
||||||
LaserPointer::LaserPointer(const QVariantMap& rayProps, const QHash<QString, RenderState>& renderStates, const bool faceAvatar, const bool centerEndY,
|
LaserPointer(const QVariantMap& rayProps, const QHash<QString, RenderState>& renderStates, const bool faceAvatar, const bool centerEndY,
|
||||||
const bool lockEnd, const bool enabled);
|
const bool lockEnd, const bool enabled);
|
||||||
~LaserPointer();
|
~LaserPointer();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue