mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-04-01 10:06:42 +00:00
Fix arrow down in console
This commit is contained in:
parent
d2ed77f3f2
commit
f3e89e9168
1 changed files with 1 additions and 1 deletions
|
@ -246,7 +246,7 @@ namespace MWGui
|
||||||
{
|
{
|
||||||
if(mCurrent != mCommandHistory.end())
|
if(mCurrent != mCommandHistory.end())
|
||||||
{
|
{
|
||||||
--mCurrent;
|
++mCurrent;
|
||||||
|
|
||||||
if(mCurrent != mCommandHistory.end())
|
if(mCurrent != mCommandHistory.end())
|
||||||
mCommandLine->setCaption(*mCurrent);
|
mCommandLine->setCaption(*mCurrent);
|
||||||
|
|
Loading…
Reference in a new issue