1
0

cOctavedNoise: Added a forgotten comment.

This commit is contained in:
Mattes D 2014-11-18 23:22:09 +01:00
parent c048f2bd95
commit d7d4fcbdfe

View File

@ -34,7 +34,7 @@ public:
}
/** */
/** Adds a new octave to the list of octaves that compose this noise. */
void AddOctave(NOISE_DATATYPE a_Frequency, NOISE_DATATYPE a_Amplitude)
{
m_Octaves.emplace_back(m_Seed, a_Frequency, a_Amplitude);