patterns: selectable '/' pattern

This commit is contained in:
Zeno Rogue 2019-10-26 15:42:20 +02:00
parent 5f9970fce2
commit c9e45e0db3
1 changed files with 1 additions and 1 deletions

View File

@ -1793,7 +1793,7 @@ EX namespace patterns {
};
}
else if((uni >= 'a' && uni <= 'z') || (uni >= 'A' && uni <= 'Z') || among(uni, '#', '=')) {
else if((uni >= 'a' && uni <= 'z') || (uni >= 'A' && uni <= 'Z') || among(uni, '#', '=', '/')) {
if(instant)
stop_game();
whichCanvas = uni;