Merge pull request #6266 from ZappoMan/rightClickMenu

remove right click context menu until we can make it work with camera move better
This commit is contained in:
Brad Hefta-Gaub 2015-11-02 07:43:22 -08:00
commit 0f78a0b301

View file

@ -81,7 +81,6 @@
{ "from": "Keyboard.Space", "to": "Actions.SHIFT" },
{ "from": "Keyboard.R", "to": "Actions.ACTION1" },
{ "from": "Keyboard.T", "to": "Actions.ACTION2" },
{ "from": "Keyboard.RightMouseClick", "to": "Actions.ContextMenu" }
{ "from": "Keyboard.T", "to": "Actions.ACTION2" }
]
}