Skip to content

Commit

Permalink
Merge pull request #224 from angel-ayala/master
Browse files Browse the repository at this point in the history
making public  m_model in DroneModel.java
  • Loading branch information
kripper authored Sep 19, 2024
2 parents 5653ba8 + b45efd3 commit 03c9b7e
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 03c9b7e

Please sign in to comment.