mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 19:04:32 +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();
|
||||
break;
|
||||
|
||||
case Qt::Key_Minus:
|
||||
sendVoxelServerEraseAll();
|
||||
break;
|
||||
|
||||
case Qt::Key_Percent:
|
||||
sendVoxelServerAddScene();
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue