Fix typo.

This commit is contained in:
Kevin Ring 2025-09-09 18:31:29 +10:00
parent fd116c8011
commit e8bcd9efc1
2 changed files with 11 additions and 1 deletions

View File

@ -1,5 +1,15 @@
# Change Log
### ? - ?
##### Breaking Changes :mega:
- `RasterOverlayTileProvider::loadTileImage` now receives a const `RasterOverlayTile`.
##### Additions :tada:
- Added `RasterOverlayExternals` class. This is similar to `TilesetExternals` and is a more convenient way to pass around the various external interfaces that raster overlays use.
### v0.51.0 - 2025-09-02
##### Breaking Changes :mega:

View File

@ -1,10 +1,10 @@
#pragma once
#include <CesiuMRasterOverlays/RasterOverlayExternals.h>
#include <CesiumAsync/IAssetAccessor.h>
#include <CesiumGeospatial/Projection.h>
#include <CesiumGltfReader/GltfReader.h>
#include <CesiumRasterOverlays/Library.h>
#include <CesiumRasterOverlays/RasterOverlayExternals.h>
#include <CesiumUtility/Assert.h>
#include <CesiumUtility/CreditSystem.h>
#include <CesiumUtility/ErrorList.h>