Skip to content

Commit

Permalink
State: fix help message.
Browse files Browse the repository at this point in the history
  • Loading branch information
kosua20 committed Oct 31, 2021
1 parent 1814ad1 commit 53c7654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rendering/State.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ void State::defineOptions(){
_sharedInfos["preroll"] = {"Preroll time in seconds before starting to play", OptionInfos::Type::FLOAT};
_sharedInfos["scroll-speed"] = {"Playback speed", OptionInfos::Type::FLOAT};
_sharedInfos["bg-img-opacity"] = {"Background opacity", OptionInfos::Type::FLOAT, {0.0f, 1.0f}};
_sharedInfos["fadeout-notes"] = {"Notes fadeout at the top", OptionInfos::Type::FLOAT, {0.0f, 1.0f}};
_sharedInfos["fadeout-notes"] = {"Notes fade-out at the edge of the screen", OptionInfos::Type::FLOAT, {0.0f, 1.0f}};

// Colors.
_sharedInfos["color-major"] = {"Major notes color", OptionInfos::Type::COLOR};
Expand Down

0 comments on commit 53c7654

Please sign in to comment.