Skip to content

Commit

Permalink
more init fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
WouterJansen committed Jul 8, 2024
1 parent 41be934 commit 27e9929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Unreal/Plugins/AirSim/Source/DetectionComponent.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ struct FDetectionInfo
, Component(nullptr)
, DetectionName(TEXT(""))
, Box2D(FBox2D(EForceInit::ForceInit))
, Box3D(FBox())
, Box3D(FBox(EForceInit::ForceInit))
, RelativeTransform(FTransform::Identity)
{
}
Expand Down

0 comments on commit 27e9929

Please sign in to comment.