1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-19 21:53:51 +00:00

Fix arrow down in console

This commit is contained in:
scrawl 2013-11-23 22:48:39 +01:00
parent d2ed77f3f2
commit f3e89e9168

View file

@ -246,7 +246,7 @@ namespace MWGui
{
if(mCurrent != mCommandHistory.end())
{
--mCurrent;
++mCurrent;
if(mCurrent != mCommandHistory.end())
mCommandLine->setCaption(*mCurrent);