Skip to content

Commit f43a28d

Browse files
committed
Editor file tweaks
1 parent f97b90c commit f43a28d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Source/CesiumEditor/Private/CesiumEditor.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2024 CesiumGS, Inc. and Contributors
1+
// Copyright 2020-2025 CesiumGS, Inc. and Contributors
22

33
#include "CesiumEditor.h"
44
#include "Cesium3DTileset.h"
@@ -29,7 +29,9 @@
2929
#include "Styling/SlateStyle.h"
3030
#include "Styling/SlateStyleRegistry.h"
3131

32+
THIRD_PARTY_INCLUDES_START
3233
#include <Cesium3DTilesSelection/Tileset.h>
34+
THIRD_PARTY_INCLUDES_END
3335

3436
constexpr int MaximumOverlaysWithDefaultMaterial = 3;
3537

Source/CesiumEditor/Private/CesiumEditor.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2024 CesiumGS, Inc. and Contributors
1+
// Copyright 2020-2025 CesiumGS, Inc. and Contributors
22

33
#pragma once
44

0 commit comments

Comments
 (0)