mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 05:23:33 +02:00
fix build buster
This commit is contained in:
parent
a12446dab5
commit
2c7c6be6a6
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ bool RenderableWebEntityItem::buildWebSurface(EntityTreeRenderer* renderer) {
|
||||||
// Restore the original GL context
|
// Restore the original GL context
|
||||||
currentContext->makeCurrent(currentSurface);
|
currentContext->makeCurrent(currentSurface);
|
||||||
|
|
||||||
auto forwardMouseEvent = [=](const RayToEntityIntersectionResult& intersection, const QMouseEvent* event, unsigned int deviceId) {
|
auto forwardMouseEvent = [=](const RayToEntityIntersectionResult& intersection, const QMouseEvent* event) {
|
||||||
// Ignore mouse interaction if we're locked
|
// Ignore mouse interaction if we're locked
|
||||||
if (this->getLocked()) {
|
if (this->getLocked()) {
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in a new issue