parse_axes: support "true" as alias to activate mirrorring submode

This commit is contained in:
Starbeamrainbowlabs 2021-11-11 01:50:12 +00:00
parent 94f675ddce
commit 9729e82e35
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 2 additions and 1 deletions

View File

@ -104,7 +104,8 @@ local function parse_axes(token_list, facing_dir)
local mirroring_keywords = {
"sym", "symmetrical",
"mirror", "mir",
"rev", "reverse"
"rev", "reverse",
"true"
}
if type(token_list) ~= "table" then