Skip to content

Commit

Permalink
Models/Bugfix: Re-apply overrides after show/hide in MTG 1-3
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBizzle committed Feb 26, 2024
1 parent 67a325a commit dfe1ee0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions models/MTG 1 Equal Opportunities HubNet.nlogo
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ end

to hide-world
ask patches [ set pcolor gray ]
ask students [ visualize-view-points ]
end

to setup-wealth-distro-plot
Expand Down
1 change: 1 addition & 0 deletions models/MTG 2 Random Assignment HubNet.nlogo
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@ end

to hide-world
ask patches [ set pcolor gray ]
ask students [ visualize-view-points ]
end

to-report sugar-map
Expand Down
1 change: 1 addition & 0 deletions models/MTG 3 Feedback Loop HubNet.nlogo
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,7 @@ end

to hide-world
ask patches [ set pcolor gray ]
ask students [ visualize-view-points ]
end

to-report sugar-map
Expand Down

0 comments on commit dfe1ee0

Please sign in to comment.