From c9e45e0db3e66a9edb6f55841756dd42a5e8e2a6 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sat, 26 Oct 2019 15:42:20 +0200 Subject: [PATCH] patterns: selectable '/' pattern --- pattern2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pattern2.cpp b/pattern2.cpp index b9f04b00..765fc865 100644 --- a/pattern2.cpp +++ b/pattern2.cpp @@ -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;