Skip to content

Commit

Permalink
more zoom levels
Browse files Browse the repository at this point in the history
  • Loading branch information
VortexCoyote committed Aug 14, 2021
1 parent 2d081dd commit 590a32c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/program/program.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ namespace
std::string TimeToGo = "0";

int ZoomIndex = 3;
std::vector<float> LegalZoomLevels = { 0.25f, 0.4f, 0.5f, 1.0f, 2.0f, 3.0f, 4.0f };
std::vector<float> LegalZoomLevels = { 0.25f, 0.4f, 0.5f, 1.0f, 1.5f, 2.0f, 2.5f, 3.0f, 3.5f, 4.0f };
}

//module includes
Expand Down

0 comments on commit 590a32c

Please sign in to comment.