Skip to content

Commit

Permalink
Use FString
Browse files Browse the repository at this point in the history
  • Loading branch information
azrogers committed Jan 27, 2025
1 parent e28d02c commit 4c85c0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Source/CesiumRuntime/Private/CesiumIonServer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
#include "FileHelpers.h"
#endif

const wchar_t* DISPLAY_NAME = TEXT("ion.cesium.com");
const wchar_t* SERVER_URL = TEXT("https://ion.cesium.com");
const wchar_t* API_URL = TEXT("https://api.cesium.com");
const FString DISPLAY_NAME = TEXT("ion.cesium.com");
const FString SERVER_URL = TEXT("https://ion.cesium.com");
const FString API_URL = TEXT("https://api.cesium.com");
const int64 OAUTH_APP_ID = 190;

/*static*/ UCesiumIonServer* UCesiumIonServer::_pDefaultForNewObjects = nullptr;
Expand Down

0 comments on commit 4c85c0d

Please sign in to comment.