1
0
Fork 0

Fixed: When you select Menu->Autopilot->Set Heading nothing happens.

This commit is contained in:
curt 2002-09-11 16:51:23 +00:00
parent 1784ad74b6
commit f8abc6d848
2 changed files with 2 additions and 0 deletions

View file

@ -185,6 +185,7 @@ const __fg_gui_fn_t __fg_gui_fn[] = {
// Autopilot
{"NewAltitude", NewAltitude},
{"NewHeading", NewHeading},
{"AddWayPoint", AddWayPoint},
{"PopWayPoint", PopWayPoint},
{"ClearRoute", ClearRoute},

View file

@ -416,6 +416,7 @@ FGNewMat::build_ssg_state (bool defer_tex_load)
textured->setMaterial ( GL_SPECULAR,
specular[0], specular[1],
specular[2], specular[3] ) ;
textured->setShininess( 75.0 );
textured->setMaterial ( GL_EMISSION,
emission[0], emission[1],
emission[2], emission[3] ) ;