adding in comment

This commit is contained in:
Clint Rutkas 2021-11-22 16:30:55 -08:00
parent 4ea8162a54
commit c283bd531a

View file

@ -49,5 +49,7 @@ namespace EditorConstants
// Minimum and maximum size of a shortcut
inline const long MinShortcutSize = 2;
// engine itself checks for only 1 non-modifier key so this will allow 3 modifiers
inline const long MaxShortcutSize = 4;
}