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

accept Terry's changes

parent 20d273a7
No related branches found
No related tags found
No related merge requests found
......@@ -77,9 +77,9 @@ public class BitFieldRoundTripTest
espdu.setEntityOrientation(euler);
LandPlatformAppearance app = new LandPlatformAppearance();
app.set(LandPlatformAppearance.BLACKOUT_BRAKE_LIGHTS_ON, 1)
.set(LandPlatformAppearance.CAMOUFLAGE_TYPE, AppearanceCamouflageType.FOREST_CAMOUFLAGE.getValue())
.set(LandPlatformAppearance.IS_FROZEN,1);
app.set(LandPlatformAppearance.BLACKOUTBRAKELIGHTSON, 1)
.set(LandPlatformAppearance.CAMOUFLAGETYPE, AppearanceCamouflageType.FOREST_CAMOUFLAGE.getValue())
.set(LandPlatformAppearance.ISFROZEN,1);
try {
disNetworkInterface.send(espdu);
......
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