Skip to content

Commit

Permalink
making public m_model in DroneModel.java
Browse files Browse the repository at this point in the history
  • Loading branch information
angel-ayala authored Sep 19, 2024
1 parent 5653ba8 commit b45efd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/java/sq/rogue/rosettadrone/DroneModel.java
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ public class DroneModel implements CommonCallbacks.CompletionCallback {

public float mission_alt = 0;

Model m_model;
public Model m_model;
Camera m_camera;
Aircraft m_aircraft;

Expand Down Expand Up @@ -3095,4 +3095,4 @@ public void downloadFileByName(final String name) {
}
}
}
}
}

0 comments on commit b45efd3

Please sign in to comment.