Closed zDEFz closed 7 years ago
in optionSet.cpp comment for input delay should be //input delay multiplicator 1000 = 1000 microseconds - 1ms
why can't i edit the comments in the commit?
You can never edit a commit, for the sake of keeping history. You can however use git commit --amend to "overwrite" the last commit if you find a small mistake that need to be adjusted or changing the message for example.
Oh it seems to work - scroll down on files changed and it did change the correct file 👍
Can you adjust the commit so it doesn't show the whole file as deleted and replaced? I can't actually see what/if anything has been changed in optionSet.cpp.
How to?
the changes in the files was
Sry im a git newb
You and me both! I'm not sure, but I suspect that there is a small change somewhere in the beginning of the file and it is somehow confusing git.
Seems to be an issue with different programs using different characters to mark newline. Take a look here: http://stackoverflow.com/questions/1889559/git-diff-to-ignore-m
It was fine for the first file though... Did you edit it in a different way second time?
First i just copy and pasted file contents but it didn't copy the comments.
Then i just made changes to the folder and used a git bash in that folder. git commit --amend and then save with shift and ::wq
This didn't help. Then i did close the pull request and made a new.
I have my own fork - comparing mine to yours gives me the ability to make a pull request.
Do you see the new pull request? I just did it with github desktop and it worked fine.
Using recommend defaults for Video now (100,1000)
FIxing typo "sensetive" changing to "sensitive"