Skip to content

Commit

Permalink
Revert more unnecessary changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
kring committed Aug 14, 2023
1 parent 9d73023 commit 3652a3e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Source/CesiumRuntime/Private/CesiumRuntime.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#include "CesiumAsync/CachingAssetAccessor.h"
#include "CesiumAsync/GunzipAssetAccessor.h"
#include "CesiumAsync/SqliteCache.h"
#include "CesiumGeoreference.h"
#include "CesiumRuntimeSettings.h"
#include "CesiumUtility/Tracing.h"
#include "HAL/FileManager.h"
Expand Down Expand Up @@ -53,9 +52,7 @@ void FCesiumRuntimeModule::StartupModule() {
PluginShaderDir);
}

void FCesiumRuntimeModule::ShutdownModule() {
CESIUM_TRACE_SHUTDOWN();
}
void FCesiumRuntimeModule::ShutdownModule() { CESIUM_TRACE_SHUTDOWN(); }

#undef LOCTEXT_NAMESPACE

Expand Down

0 comments on commit 3652a3e

Please sign in to comment.