Skip to content

Commit

Permalink
Merge pull request #972 from arthurbenemann/fix_editor_bug
Browse files Browse the repository at this point in the history
NullPointer Exception fix on Editor
  • Loading branch information
arthurbenemann committed Aug 13, 2014
2 parents 1584aeb + 7217dff commit 3f0fba4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public interface OnEditorToolSelected {

private OnEditorToolSelected listener;
private RadioGroup mEditorRadioGroup;
private EditorTools tool;
private EditorTools tool = EditorTools.NONE;
private MissionProxy mMissionProxy;

@Override
Expand Down

0 comments on commit 3f0fba4

Please sign in to comment.