mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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