From: ehofman Date: Mon, 2 Nov 2009 13:48:09 +0000 (+0000) Subject: minor upodate by John X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3b5792e7cc6ca9729896f7d58c941014859d6d20;p=flightgear.git minor upodate by John --- diff --git a/src/Main/viewmgr.cxx b/src/Main/viewmgr.cxx index d73ef8744..36ddc60f5 100644 --- a/src/Main/viewmgr.cxx +++ b/src/Main/viewmgr.cxx @@ -242,7 +242,7 @@ void FGViewMgr::update (double dt) { - FGViewer *loop_view = (FGViewer *)get_view(current); + FGViewer *loop_view = (FGViewer *)get_current_view(); if (loop_view == 0) return; SGPropertyNode *n = config_list[current];