Skip to content

Commit 53c7654

Browse files
committed
State: fix help message.
1 parent 1814ad1 commit 53c7654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rendering/State.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ void State::defineOptions(){
111111
_sharedInfos["preroll"] = {"Preroll time in seconds before starting to play", OptionInfos::Type::FLOAT};
112112
_sharedInfos["scroll-speed"] = {"Playback speed", OptionInfos::Type::FLOAT};
113113
_sharedInfos["bg-img-opacity"] = {"Background opacity", OptionInfos::Type::FLOAT, {0.0f, 1.0f}};
114-
_sharedInfos["fadeout-notes"] = {"Notes fadeout at the top", OptionInfos::Type::FLOAT, {0.0f, 1.0f}};
114+
_sharedInfos["fadeout-notes"] = {"Notes fade-out at the edge of the screen", OptionInfos::Type::FLOAT, {0.0f, 1.0f}};
115115

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

0 commit comments

Comments
 (0)