[go: up one dir, main page]

Skip to content

Commit

Permalink
Merge pull request Monsoonjr99#37 from Monsoonjr99/v0-4
Browse files Browse the repository at this point in the history
Version 0.4.7
  • Loading branch information
Monsoonjr99 authored Jan 1, 2023
2 parents bb0371c + 3c6a8b1 commit ee7de45
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion basin.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,8 @@ class Basin{

if(needTrackRefresh || advDiff >= 2)
refreshTracks(needForceTrackRefresh || advDiff >= 2);
else if(advDiff === 1){

if(advDiff === 1){
for(let i = 0; i < this.activeSystems.length; i++)
this.activeSystems[i].fetchStorm().renderTrack(true);
}
Expand Down
2 changes: 2 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
About: A p5.js tropical cyclone simulation game

v0.4.7 (2023-01-01):
* Fixed random gaps appearing in tracks when simulating in season track summary mode
v0.4.6 (2022-12-31):
+ Added faster simulation speed settings
> Simulation speeds now range from 1/32 to 32x
Expand Down
2 changes: 1 addition & 1 deletion constants.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const TITLE = "Cyclone Simulator";
const VERSION_NUMBER = "0.4.6";
const VERSION_NUMBER = "0.4.7";

const SAVE_FORMAT = 7; // Format #7 in use starting in v0.4
const EARLIEST_COMPATIBLE_FORMAT = 0;
Expand Down

0 comments on commit ee7de45

Please sign in to comment.