-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
change alpha with keyboard shortcut C-F11/C-F12
- Loading branch information
luquinha.virus
committed
Aug 19, 2020
1 parent
e187610
commit 73a6020
Showing
2 changed files
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Doesn't this line seem redundant?
Even if the value of alpha goes outside the boundary, the next if statements correct it back.
It doesn't seem to really reduce computation either as the conditions still have to be calculated.