mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-14 06:40:40 +00:00
Fix arrow down in console
This commit is contained in:
parent
d2ed77f3f2
commit
f3e89e9168
@ -246,7 +246,7 @@ namespace MWGui
|
||||
{
|
||||
if(mCurrent != mCommandHistory.end())
|
||||
{
|
||||
--mCurrent;
|
||||
++mCurrent;
|
||||
|
||||
if(mCurrent != mCommandHistory.end())
|
||||
mCommandLine->setCaption(*mCurrent);
|
||||
|
Loading…
x
Reference in New Issue
Block a user