From Jeoen den Dekker, changed eroneous tcoords[ci][0] to tcoords[ci][1]
This commit is contained in:
parent
d9af748b78
commit
4702a0a964
@ -65,7 +65,7 @@ Node *makeSky( void )
|
||||
colors[ci][3] = 1.0;
|
||||
|
||||
tcoords[ci][0] = (float)j/18.0;
|
||||
tcoords[ci][0] = (float)i/(float)(nlev-1);
|
||||
tcoords[ci][1] = (float)i/(float)(nlev-1);
|
||||
|
||||
ci++;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user