Open HelgeStenstrom opened 4 years ago
key.isControlDown() is always true at this point. Replace with true.
I checked this pull request today .... i don't see what it is always true ... : )
It's true because of line 835. else if (key.isControlDown()) { // Short Cuts
@HelgeStenstrom
Have you tested this :) ?
key.isControlDown() is always true at this point. Replace with true.