Skip to content
Snippets Groups Projects
Commit 6d3c36a0 authored by Konstantin Kühlem's avatar Konstantin Kühlem
Browse files

Minor

parent efdb4dbc
No related branches found
No related tags found
No related merge requests found
No preview for this file type
...@@ -63,7 +63,7 @@ void AVirtualHuman::Tick(float DeltaTime) ...@@ -63,7 +63,7 @@ void AVirtualHuman::Tick(float DeltaTime)
} }
if (TickCount % 60 == 0) if (TickCount % 100 == 0)
{ {
UE_LOG(LogTemp, Display, TEXT("## [%s, Tick = %lld, DeltaTime = %f]"), *GetName(), TickCount, DeltaTime); UE_LOG(LogTemp, Display, TEXT("## [%s, Tick = %lld, DeltaTime = %f]"), *GetName(), TickCount, DeltaTime);
UE_LOG(LogTemp, Display, TEXT("## Actor Position = %s"), *GetActorLocation().ToString()); UE_LOG(LogTemp, Display, TEXT("## Actor Position = %s"), *GetActorLocation().ToString());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment