Skip to content

Commit

Permalink
Add WITH_EDITOR block
Browse files Browse the repository at this point in the history
  • Loading branch information
azrogers committed Sep 19, 2024
1 parent 4da4e83 commit 0637307
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Source/CesiumRuntime/Private/Tests/Cesium3DTileset.spec.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// Copyright 2020-2024 CesiumGS, Inc. and Contributors

#if WITH_EDITOR

#include "Cesium3DTileset.h"
#include "CesiumGlobeAnchorComponent.h"
#include "CesiumLoadTestCore.h"
Expand Down Expand Up @@ -93,3 +95,5 @@ bool FCesium3DTilesetSharedImages::RunTest(const FString& Parameters) {
}

} // namespace Cesium

#endif

0 comments on commit 0637307

Please sign in to comment.