Skip to content
Snippets Groups Projects
Commit dab04a92 authored by Brutzman, Don's avatar Brutzman, Don
Browse files

corrected enumeration naming

parent 2564959c
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@ public class BitFieldRoundTripTest
EntityStatePdu espdu = factory.makeEntityStatePdu();
espdu.setForceId(ForceID.FRIENDLY_9);
espdu.setEntityType(new edu.nps.moves.dis7.entities.usa.platform.land.MK48_14_logistics_platform_truck());
espdu.setEntityType(new edu.nps.moves.dis7.entities.usa.platform.land.MK4814logisticsplatformtruck());
Vector3Float lv = new Vector3Float();
lv.setX(5.0f);
espdu.setEntityLinearVelocity(lv);
......
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