]> Pileus Git - grits/commit
Fix rendering plugins if they're loaded after radar.so
authorAndy Spencer <andy753421@gmail.com>
Tue, 10 Nov 2009 00:23:44 +0000 (00:23 +0000)
committerAndy Spencer <andy753421@gmail.com>
Tue, 10 Nov 2009 00:23:44 +0000 (00:23 +0000)
commit7197168828b6d4cf8015c1b57edca6f81ea300c2
tree8f449876a353b3d559d5ead55480f9e7a21aa82c
parentbecee285e152746e64b6d3984e2a7229f664062d
Fix rendering plugins if they're loaded after radar.so

Radar sets glColor to transparent at the end of it's expose, this was
never reset to something opaque so the world was being drawn
transparent. Fixed by resetting glColor in set_visuals.
src/gis-opengl.c