Skip to content

Commit

Permalink
Debug message to see if timing out test is caused by slow tick.
Browse files Browse the repository at this point in the history
  • Loading branch information
kring committed Sep 22, 2024
1 parent 49ec369 commit dfc393f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/CesiumRuntime/Private/Cesium3DTileset.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2062,6 +2062,8 @@ void ACesium3DTileset::Tick(float DeltaTime) {
return;
}

UE_LOG(LogCesium, Warning, TEXT("!!! TICKING %s"), *this->GetName());

if (!this->_pTileset) {
LoadTileset();

Expand Down

0 comments on commit dfc393f

Please sign in to comment.