Fixed: When you select Menu->Autopilot->Set Heading nothing happens.
This commit is contained in:
parent
1784ad74b6
commit
f8abc6d848
2 changed files with 2 additions and 0 deletions
|
@ -185,6 +185,7 @@ const __fg_gui_fn_t __fg_gui_fn[] = {
|
|||
|
||||
// Autopilot
|
||||
{"NewAltitude", NewAltitude},
|
||||
{"NewHeading", NewHeading},
|
||||
{"AddWayPoint", AddWayPoint},
|
||||
{"PopWayPoint", PopWayPoint},
|
||||
{"ClearRoute", ClearRoute},
|
||||
|
|
|
@ -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] ) ;
|
||||
|
|
Loading…
Add table
Reference in a new issue