Triple modifier support

This commit is contained in:
Clint Rutkas 2021-11-22 16:29:07 -08:00
parent 2d5276f742
commit 4ea8162a54

View file

@ -49,5 +49,5 @@ namespace EditorConstants
// Minimum and maximum size of a shortcut
inline const long MinShortcutSize = 2;
inline const long MaxShortcutSize = 3;
inline const long MaxShortcutSize = 4;
}