mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 05:17:02 +02:00
unmangle merge
This commit is contained in:
parent
c53b0dff93
commit
816b0b5cfd
1 changed files with 1 additions and 1 deletions
|
@ -760,7 +760,7 @@ void EntityTreeRenderer::mouseDoublePressEvent(QMouseEvent* event) {
|
||||||
PointerEvent pointerEvent(PointerEvent::Press, MOUSE_POINTER_ID,
|
PointerEvent pointerEvent(PointerEvent::Press, MOUSE_POINTER_ID,
|
||||||
pos2D, rayPickResult.intersection,
|
pos2D, rayPickResult.intersection,
|
||||||
rayPickResult.surfaceNormal, ray.direction,
|
rayPickResult.surfaceNormal, ray.direction,
|
||||||
toPointerButton(*event), toPointerButtons(*event));
|
toPointerButton(*event), toPointerButtons(*event), Qt::NoModifier);
|
||||||
|
|
||||||
emit mouseDoublePressOnEntity(rayPickResult.entityID, pointerEvent);
|
emit mouseDoublePressOnEntity(rayPickResult.entityID, pointerEvent);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue