Skip to content
Snippets Groups Projects
Commit 9496a267 authored by Terry D. Norbraten's avatar Terry D. Norbraten
Browse files

[Terry N.] typo

parent 742530b9
No related branches found
No related tags found
No related merge requests found
......@@ -97,7 +97,7 @@ public class ExampleSimulationProgram
// Where is my entity? Insert changes in position; this sample only changes X position.
entityStatePdu_1.getEntityLocation().setX(entityStatePdu_1.getEntityLocation().getX() + 1.0); // 1m per timestep
// decide whether to fire, and then update the firePdu. Hmmm, you might want a target to shoort at!
// decide whether to fire, and then update the firePdu. Hmmm, you might want a target to shoot at!
// etc. etc. your code goes here for your simulation of interest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment