Update lib.rs
This commit is contained in:
parent
3f9f0ee2fa
commit
3517bf0ed0
@ -16,7 +16,7 @@ pub struct Simulation {
|
||||
}
|
||||
|
||||
impl Simulation {
|
||||
// Creates a new simulation with default values
|
||||
/// Creates a new simulation with default values
|
||||
pub fn new() -> Simulation {
|
||||
Simulation {
|
||||
update_interval: 40,
|
||||
|
Loading…
Reference in New Issue
Block a user