Skip to content

Commit

Permalink
#18 уменьшен минимальный масштаб
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexChernov committed Nov 16, 2014
1 parent 464546c commit a72aa81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/rdo_studio/plugins/game5/src/graph_widget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
namespace
{
const double MAX_FACTOR = 10;
const double MIN_FACTOR = 0.1;
const double MIN_FACTOR = 0.01;
const double SCALE_SPEED = 1/2400.;
const double MANUAL_SCALE_FACTOR = 40 * SCALE_SPEED;
} // end anonymous namespace
Expand Down

0 comments on commit a72aa81

Please sign in to comment.