mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
GameUI: improve comment regarding parked autocomplete suggest position
Make sure this doesn't get confused with out of screen while still indexing into the list.
This commit is contained in:
parent
8c7bb52673
commit
bd06ddcb74
@ -69,7 +69,8 @@ private: // Internals.
|
||||
private:
|
||||
enum ConAutoCompletePos_e
|
||||
{
|
||||
// Park means the position is out of screen.
|
||||
// Park means the auto complete position is out of screen and not
|
||||
// indexing an item.
|
||||
kPark = -1,
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user