Skip to content

Commit

Permalink
Set initial lines back to 0.0...
Browse files Browse the repository at this point in the history
  • Loading branch information
benfrankel committed Dec 11, 2023
1 parent d066d43 commit 6cb16bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/simulation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ impl Default for Simulation {
fn default() -> Self {
Self {
upgrades: 0,
lines: 1e60, //0.0,
lines: 0.0,
entities: 0.0,
tech_debt: 0.0,
fun_score: 0.0,
Expand Down

0 comments on commit 6cb16bd

Please sign in to comment.