Changeset 29736


Ignore:
Timestamp:
2015-02-12T18:06:59+13:00 (9 years ago)
Author:
cct9
Message:

Minor change to comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/fft-ddr/summer-2014/trunk/FFDDR/Form1.cs

    r29735 r29736  
    157157           
    158158
    159             // When song finished this is out of bounds. fix.
     159            // When song finished this is out of bounds. fix this.
    160160            WavFrame currentFrame = (WavFrame)JsonConvert.DeserializeObject<WavFrame>(wavInfo[wavFrameIncrement]);
    161161            for (int j = 0; j < currentFrame.bandPowers.Length; j++)
Note: See TracChangeset for help on using the changeset viewer.