diff --git a/src/ScreenEdit.cpp b/src/ScreenEdit.cpp index ea892be983..9e41da67c4 100644 --- a/src/ScreenEdit.cpp +++ b/src/ScreenEdit.cpp @@ -41,7 +41,7 @@ static Preference g_iDefaultRecordLength( "DefaultRecordLength", 4 ); static Preference g_bEditorShowBGChangesPlay( "EditorShowBGChangesPlay", true ); -// Defines specific to ScreenEdit +/** @brief How long must the button be held to generate a hold in record mode? */ const float RECORD_HOLD_SECONDS = 0.3f; #define PLAYER_X (SCREEN_CENTER_X)