Skip to content

Commit

Permalink
Add small corner radar on main screen.
Browse files Browse the repository at this point in the history
  • Loading branch information
daid committed Jun 13, 2015
1 parent db13c3d commit eb41847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screenComponents/radarView.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include "radarView.h"

GuiRadarView::GuiRadarView(GuiContainer* owner, string id, float distance)
: GuiElement(owner, id), distance(distance), long_range(false), show_callsigns(true), range_indicator_step_size(0.0f), style(Circular)
: GuiElement(owner, id), distance(distance), long_range(false), show_callsigns(false), range_indicator_step_size(0.0f), style(Circular)
{
}

Expand Down

0 comments on commit eb41847

Please sign in to comment.