From Mike Weiblen, added \n newlines to inline shader program strings.

From Robert Osfield, changed tabs to spaces.
This commit is contained in:
Robert Osfield
2005-05-02 09:34:27 +00:00
parent 4e67b2c989
commit 0b291e60bb
3 changed files with 138 additions and 138 deletions

View File

@@ -40,9 +40,9 @@ int BM;
void SetNoiseFrequency(int frequency)
{
start = 1;
B = frequency;
BM = B-1;
start = 1;
B = frequency;
BM = B-1;
}
double noise1(double arg)