Add More OptionsList functionality (#1810)
* Add More OptionsList functionality * Remove Size parameter because it's broken * Make OptionsList inputs remappable * Change Next/Prev OptionsList to CodeDetector
This commit is contained in:
committed by
Colby Klein
parent
3eb03feadd
commit
dcb2f74c8d
@@ -1326,7 +1326,7 @@ public:
|
||||
LUA->Release(L);
|
||||
return changed;
|
||||
}
|
||||
virtual bool GoToFirstOnStart()
|
||||
virtual bool GoToFirstOnStart() const
|
||||
{
|
||||
return m_GoToFirstOnStart;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user