mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-10 14:58:10 -05:00
Add conditional operator to simple expressions
This commit is contained in:
@ -12,7 +12,7 @@ static constexpr int CAPTURE_FUNCTION_NAME = SimpleExpressionMatchers::CAPTURE_O
|
||||
|
||||
|
||||
MenuExpressionMatchers::MenuExpressionMatchers()
|
||||
: SimpleExpressionMatchers(true, true, true, true)
|
||||
: SimpleExpressionMatchers(true, true, true, true, true)
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user