adding global iterator setter but doesn't reset properly
This commit is contained in:
@ -601,6 +601,10 @@ export class UserAPI {
|
||||
return this.app.universes[this.app.selected_universe].global.evaluations
|
||||
}
|
||||
|
||||
set i(n: number) {
|
||||
this.app.universes[this.app.selected_universe].global.evaluations = 0;
|
||||
}
|
||||
|
||||
// =============================================================
|
||||
// Time markers
|
||||
// =============================================================
|
||||
|
||||
Reference in New Issue
Block a user