Skip to content

Commit

Permalink
Commenting debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
bombomby committed Sep 4, 2019
1 parent de67fcd commit 9dbd72e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/UnrealEnginePlugin/Source/Private/OptickPlugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ DECLARE_DELEGATE_OneParam(FStatFrameDelegate, int64);

bool FOptickPlugin::Tick(float DeltaTime)
{
static const FString OptickMessage(TEXT("OptickPlugin is running!"));
GEngine->AddOnScreenDebugMessage(31313, 5.f, FColor::Yellow, OptickMessage);
//static const FString OptickMessage(TEXT("OptickPlugin is running!"));
//GEngine->AddOnScreenDebugMessage(31313, 5.f, FColor::Yellow, OptickMessage);

Optick::Update();
return true;
Expand Down

0 comments on commit 9dbd72e

Please sign in to comment.