src/Viewer/view.cxx: fixed breakage of /sim/current-view/internal.
Breakage was introduced by the Tower AGL / multiplayer view changes.
This commit is contained in:
parent
28398fd041
commit
e778848dcb
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ View::View( ViewType Type, bool from_model, int from_model_index,
|
|||
_at_model = at_model;
|
||||
_at_model_index = at_model_index;
|
||||
|
||||
_internal = internal; _internal = true;
|
||||
_internal = internal;
|
||||
_lookat_agl = lookat_agl;
|
||||
_view_index = view_index;
|
||||
|
||||
|
|
Loading…
Reference in a new issue