]> git.mxchange.org Git - flightgear.git/commitdiff
minor upodate by John
authorehofman <ehofman>
Mon, 2 Nov 2009 13:48:09 +0000 (13:48 +0000)
committerTim Moore <timoore@redhat.com>
Mon, 2 Nov 2009 22:30:34 +0000 (23:30 +0100)
src/Main/viewmgr.cxx

index d73ef8744dd9090da31573b7b05ec9d503f6f3e2..36ddc60f549229cd2cbd96c69bb5b93edca1f42d 100644 (file)
@@ -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];