Skip to content

Commit

Permalink
* ThreadStaticAttribute only applies to static member variables...
Browse files Browse the repository at this point in the history
  • Loading branch information
ioctlLR committed May 16, 2014
1 parent f174364 commit 662d910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NVorbis/Mdct.cs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ private Mdct(int n)
}

[ThreadStatic]
float[] _buf2;
static float[] _buf2;

void CalcReverse(float[] buffer)
{
Expand Down

0 comments on commit 662d910

Please sign in to comment.