Skip to content

Commit 49d7d36

Browse files
committed
Extended duration of bounce noise
1 parent 6633b8a commit 49d7d36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/pong/two-player-pong.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ TwoPlayerPong::TwoPlayerPong(double width, double height, bool hasAI) {
3333
this->width = width;
3434
this->height = height;
3535
this->hasAI = hasAI;
36-
this->bounce_noise = load_square_wave(493.883, 0.025, 48000);
36+
this->bounce_noise = load_square_wave(493.883, 0.05, 48000);
3737
this->score_noise = load_square_wave(440, 0.05, 48000);
3838
srand(time(NULL));
3939

0 commit comments

Comments
 (0)