update keyboard shortcuts
This commit is contained in:
@@ -268,7 +268,7 @@ void ArenaView::mousePressEvent(QMouseEvent* event)
|
||||
|
||||
void ArenaView::keyPressEvent(QKeyEvent* event)
|
||||
{
|
||||
if (event->key() == Qt::Key_M)
|
||||
if (event->key() == Qt::Key_F3)
|
||||
{
|
||||
m_debugDraw = !m_debugDraw;
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user