XMerge branch 'next' of ssh://git.code.sf.net/p/flightgear/fgdata into next
This commit is contained in:
commit
ba7ec77e43
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ coord.t = coord.t - 0.5;
|
|||
|
||||
float r = length(coord);
|
||||
|
||||
if (pixelSize<1.3) {return vec4 (1.0,1.0,1.0,1.0) * 0.08;}
|
||||
if (pixelSize<1.3) {return 0.08;}
|
||||
|
||||
float angle = noise * 6.2832;
|
||||
|
||||
|
|
Loading…
Reference in a new issue