fix windows osggraph by Joe

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5440 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 31b6920a8789a62b51eab340d034f8d87e07d0f6
Former-commit-id: f9c47e3c1433ea53e9820cda4ba76d9a91021d94
This commit is contained in:
torcs-ng 2013-05-09 22:25:56 +00:00
parent fcc9f3d410
commit 57330ebd00
2 changed files with 3 additions and 0 deletions

View file

@ -56,6 +56,8 @@ static tTrack *grTrack;
#define COVERAGE_CLOUD 8
SDRender::SDRender(void)
:AStarsData(NULL),
APlanetsData(NULL)
{
BaseSkyColor = osg::Vec3f( 0.31f, 0.43f, 0.69f );
BaseFogColor = osg::Vec3f( 0.84f, 0.84f, 1.0f );

View file

@ -30,6 +30,7 @@
#include "OsgCar.h"
SDScreens::SDScreens()
:m_CurrentScreenIndex(0)
{
viewer = new osgViewer::Viewer();
}