C4ConsoleQtViewport: Un-TODO some line for now

qteditor
Martin Plicht 2016-07-11 00:25:27 +02:00
parent 5570d8d521
commit 78f336c67c
1 changed files with 1 additions and 1 deletions

View File

@ -338,7 +338,7 @@ static C4KeyCode QtKeyToUnixScancode(const QKeyEvent &event)
#ifdef Q_OS_LINUX
return event.nativeScanCode() - 8;
#elif defined(Q_OS_DARWIN)
TODO: nativeScanCode() apparently doesn't work on OS X.
return event.nativeScanCode();
#else
return event.nativeScanCode();
#endif