|
From: Curtis L. O. <cu...@fl...> - 2001-06-12 16:45:44
|
Fixed in cvs ... Christian Mayer writes: > Hi, > > I figured out why there's a grey-blue screen when you run FGFS in the > MSVC-debug version: > > class FGViewer has a sgVec3 pilot_offset; > > It seems that pilot_offset is not (or not correctly) initalized. > > Putting > > pilot_offset[0] = 0.0; > pilot_offset[1] = 0.0; > pilot_offset[2] = 0.0; > > in the constructor of FGViewer (in main/viewer.cxx) I get a normal FGFS > session again. > > I don't know if this is *the* correct bug fix, but it works at least for > me. > > Curt, could you please update the CVS? I can't send you the modified > file as I've got too many local changes. > > CU, > Christian > > -- > The idea is to die young as late as possible. -- Ashley Montague > > Whoever that is/was; (c) by Douglas Adams would have been better... > > > _______________________________________________ > Flightgear-devel mailing list > Fli...@li... > http://lists.sourceforge.net/lists/listinfo/flightgear-devel -- Curtis Olson Human Factors Research Lab FlightGear Project Twin Cities cu...@hf... cu...@fl... Minnesota http://www.menet.umn.edu/~curt http://www.flightgear.org |