Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Bubobubobubobubo committed Aug 13, 2023
1 parent 07d74c2 commit 8aa4255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/API.ts
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ export class UserAPI {
}

set i(n: number) {
this.app.universes[this.app.selected_universe].global.evaluations = 0;
this.app.universes[this.app.selected_universe].global.evaluations = n;
}

// =============================================================
Expand Down

0 comments on commit 8aa4255

Please sign in to comment.