Skip to content

Commit

Permalink
increase number of means
Browse files Browse the repository at this point in the history
  • Loading branch information
youshitsune authored Mar 11, 2024
1 parent 7297123 commit c8aa599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ use raylib::ffi::SetConfigFlags;
use raylib::ffi::ConfigFlags::FLAG_WINDOW_RESIZABLE;
use raylib::ffi::KeyboardKey::*;

const K: i32 = 4;
const K: i32 = 5;
const SAMPLE_R: f32 = 4.0;
const MEAN_R: f32 = SAMPLE_R*2.0;
const MIN_X: f32 = -20.0;
Expand Down

0 comments on commit c8aa599

Please sign in to comment.