Examples adjustments.
* French to English punctuation. * Pong and Shader use fixed-sized windows now (especially on tiling window managers, the windows will be resized automatically, thus making the examples look and also behave weirdly).
This commit is contained in:
parent
6ef3cb27a1
commit
40ae3ce175
5 changed files with 8 additions and 6 deletions
|
@ -24,7 +24,7 @@ int main()
|
|||
|
||||
// Choose the sample rate
|
||||
unsigned int sampleRate;
|
||||
std::cout << "Please choose the sample rate for sound capture (44100 is CD quality) : ";
|
||||
std::cout << "Please choose the sample rate for sound capture (44100 is CD quality): ";
|
||||
std::cin >> sampleRate;
|
||||
std::cin.ignore(10000, '\n');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue