Skip to content

Commit

Permalink
moved pragma for disabling optimization here
Browse files Browse the repository at this point in the history
  • Loading branch information
WouterJansen committed Oct 3, 2024
1 parent 9baf5a2 commit fe4be71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Unreal/Plugins/AirSim/Source/Beacons/FiducialBeacon.cpp
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
// Fill out your copyright notice in the Description page of Project Settings.
#pragma warning(disable: 4883)

#include "FiducialBeacon.h"
#include "UObject/ConstructorHelpers.h"
#include "Components/StaticMeshComponent.h"
#include "Materials/MaterialInstanceDynamic.h"

// Sets default values
#pragma warning(disable: 4883)
AFiducialBeacon::AFiducialBeacon()
{
// Set this actor to call Tick() every frame. You can turn this off to improve performance if you don't need it.
Expand Down

0 comments on commit fe4be71

Please sign in to comment.