diff --git a/modules/globebrowsing/shaders/tilefragcolor.hglsl b/modules/globebrowsing/shaders/tilefragcolor.hglsl index 84f5b4b397..1edede2923 100644 --- a/modules/globebrowsing/shaders/tilefragcolor.hglsl +++ b/modules/globebrowsing/shaders/tilefragcolor.hglsl @@ -33,7 +33,7 @@ // The heightmaps is only used in the fragment shader visually debugging // the alignment and resolution of the heightmaps -#include <${MODULE_GLOBEBROWSING}/shaders/tilevertexheight.hglsl> +// #include <${MODULE_GLOBEBROWSING}/shaders/tilevertexheight.hglsl> diff --git a/modules/globebrowsing/tile/TileProviderManager.h b/modules/globebrowsing/tile/TileProviderManager.h index 658d2e6349..d36a69a5f9 100644 --- a/modules/globebrowsing/tile/TileProviderManager.h +++ b/modules/globebrowsing/tile/TileProviderManager.h @@ -54,7 +54,7 @@ namespace openspace { struct TileProviderGroup { void update(); - const std::vector> TileProviderGroup::getActiveTileProviders() const; + const std::vector> getActiveTileProviders() const; std::vector tileProviders;