mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:23:54 +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 {
|
||||
|
||||
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);
|
||||
~LaserPointer();
|
||||
|
||||
|
|
Loading…
Reference in a new issue