mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 09:44:21 +02:00
Merge pull request #331 from ZappoMan/master
get rid of the "kill the solar system" feature... protecting us from ourselves!
This commit is contained in:
commit
31967e8afb
1 changed files with 0 additions and 4 deletions
|
@ -534,10 +534,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