We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 972a426 commit c1626b2Copy full SHA for c1626b2
native~/Runtime/src/CesiumAzureMapsRasterOverlayImpl.cpp
@@ -20,8 +20,7 @@ using namespace DotNet;
20
namespace CesiumForUnityNative {
21
22
namespace {
23
-std::string
24
-getTilesetId(const CesiumForUnity::AzureMapsTilesetId tilesetId) {
+std::string getTilesetId(const CesiumForUnity::AzureMapsTilesetId tilesetId) {
25
switch (tilesetId) {
26
case CesiumForUnity::AzureMapsTilesetId::BaseDarkGrey:
27
return AzureMapsTilesetId::baseDarkGrey;
0 commit comments