mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 21:43:03 +02:00
build issue
This commit is contained in:
parent
110efd63c8
commit
0544c1e561
1 changed files with 2 additions and 2 deletions
|
@ -131,7 +131,7 @@ public slots:
|
||||||
OverlayID cloneOverlay(OverlayID id);
|
OverlayID cloneOverlay(OverlayID id);
|
||||||
|
|
||||||
/**jsdoc
|
/**jsdoc
|
||||||
* Edit an overlay's properties.
|
* Edit an overlay's properties.
|
||||||
*
|
*
|
||||||
* @function Overlays.editOverlay
|
* @function Overlays.editOverlay
|
||||||
* @param {Overlays.OverlayID} overlayID The ID of the overlay to edit.
|
* @param {Overlays.OverlayID} overlayID The ID of the overlay to edit.
|
||||||
|
@ -337,7 +337,7 @@ private:
|
||||||
#endif
|
#endif
|
||||||
bool _enabled = true;
|
bool _enabled = true;
|
||||||
|
|
||||||
PointerEvent Overlays::calculateOverlayPointerEvent(OverlayID overlayID, PickRay ray, RayToOverlayIntersectionResult rayPickResult,
|
PointerEvent calculateOverlayPointerEvent(OverlayID overlayID, PickRay ray, RayToOverlayIntersectionResult rayPickResult,
|
||||||
QMouseEvent* event, PointerEvent::EventType eventType);
|
QMouseEvent* event, PointerEvent::EventType eventType);
|
||||||
|
|
||||||
OverlayID _currentClickingOnOverlayID { UNKNOWN_OVERLAY_ID };
|
OverlayID _currentClickingOnOverlayID { UNKNOWN_OVERLAY_ID };
|
||||||
|
|
Loading…
Reference in a new issue