Slightly better variable name.

Going to try to allow for general copying of timing segments.
This commit is contained in:
Jason Felds
2011-07-26 12:21:31 -04:00
parent 5c34929600
commit 7ed19aafaf
2 changed files with 6 additions and 8 deletions
+2 -4
View File
@@ -277,10 +277,8 @@ protected:
TimingData backupStepTiming;
/**
* @brief Have a backup of the TimingData of the player's choice.
*
* This will be used for copying and pasting as required. */
TimingData clipboardTiming;
* @brief Allow for copying and pasting a song's (or steps's) full Timing Data. */
TimingData clipboardFullTiming;
/** @brief The current TapNote that would be inserted. */
TapNote m_selectedTap;