1
0
Fork 0

Modified Files:

src/Main/renderer.cxx: Fix typo
This commit is contained in:
frohlich 2007-01-31 20:37:43 +00:00
parent 14c52fb33d
commit dc9750f16e

View file

@ -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();