]> git.mxchange.org Git - simgear.git/commit
Patch from Melchior Franz:
authordavid <david>
Mon, 25 Mar 2002 19:56:48 +0000 (19:56 +0000)
committerdavid <david>
Mon, 25 Mar 2002 19:56:48 +0000 (19:56 +0000)
commitbe5d3653488521e050f9b2eb9b380304b413cf46
treed324c631d0b87247402a1bb7a0261ec44f4b9194
parenta8e0002a64b13788855c4545afaa061bdab463fc
Patch from Melchior Franz:

Here is a patch that fixes a little problem in dome.cxx: The fog_color
is created in a sgVec3 (227) but then handed over to ::repaint(), which
expects a sgVec4 (282). Then (343) center_color (although defined as
sgVec4) is only initialized with 3 values, but later (441) assigned to
'slot' via sgCopyVec4.
simgear/sky/dome.cxx