mirror of
https://github.com/overte-org/overte.git
synced 2025-07-19 15:49:09 +02:00
removed the - key killing all the planets
This commit is contained in:
parent
c8c4b8fda5
commit
f8dc01a890
1 changed files with 0 additions and 4 deletions
|
@ -538,10 +538,6 @@ void Application::keyPressEvent(QKeyEvent* event) {
|
||||||
shiftPaintingColor();
|
shiftPaintingColor();
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case Qt::Key_Minus:
|
|
||||||
sendVoxelServerEraseAll();
|
|
||||||
break;
|
|
||||||
|
|
||||||
case Qt::Key_Percent:
|
case Qt::Key_Percent:
|
||||||
sendVoxelServerAddScene();
|
sendVoxelServerAddScene();
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue