mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 11:53:28 +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);
|
||||
|
||||
/**jsdoc
|
||||
* Edit an overlay's properties.
|
||||
* Edit an overlay's properties.
|
||||
*
|
||||
* @function Overlays.editOverlay
|
||||
* @param {Overlays.OverlayID} overlayID The ID of the overlay to edit.
|
||||
|
@ -337,7 +337,7 @@ private:
|
|||
#endif
|
||||
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);
|
||||
|
||||
OverlayID _currentClickingOnOverlayID { UNKNOWN_OVERLAY_ID };
|
||||
|
|
Loading…
Reference in a new issue