1
0
Fork 0

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:
Julian Smith 2019-07-26 18:59:59 +01:00
parent 28398fd041
commit e778848dcb

View file

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