Modified Files:
src/Main/renderer.cxx: Fix typo
This commit is contained in:
parent
14c52fb33d
commit
dc9750f16e
1 changed files with 1 additions and 1 deletions
|
@ -998,7 +998,7 @@ FGRenderer::pick( unsigned x, unsigned y,
|
|||
SGVec3d center = globals->get_scenery()->get_center();
|
||||
|
||||
// don't know why, but the update has partly happened somehow,
|
||||
// so update the scneery part of the viewer
|
||||
// so update the scenery part of the viewer
|
||||
FGViewer *current_view = globals->get_current_view();
|
||||
// Force update of center dependent values ...
|
||||
current_view->set_dirty();
|
||||
|
|
Loading…
Reference in a new issue