Skip to content

Commit

Permalink
blank-screens: change default linear interpolation factor from 0.1 to…
Browse files Browse the repository at this point in the history
… 0.0625
  • Loading branch information
XPhyro committed Aug 21, 2024
1 parent 3925965 commit c4cdab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cpp/project/blank-screens/src/cli.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace bs {
static const constexpr double k_default_max_alpha = 1.0;
static const constexpr double k_default_min_alpha = 0.0;
static const constexpr double k_default_snap_threshold = 0.01;
static const constexpr double k_default_lerp_factor = 0.10;
static const constexpr double k_default_lerp_factor = 0.0625;
static const constexpr char* const k_default_fifo_path = "/tmp/blank-screens/fifo";
static const constexpr char* const k_default_lock_path = "/tmp/blank-screens/";

Expand Down

0 comments on commit c4cdab5

Please sign in to comment.