Skip to content

Commit

Permalink
Update cesium-native.
Browse files Browse the repository at this point in the history
  • Loading branch information
kring committed Jan 23, 2025
1 parent 8f09d36 commit 3936614
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion native~/Shared/src/CesiumImpl.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
namespace CesiumForUnityNative {

template <typename TDerived>
class CesiumImpl : public CesiumUtility::ReferenceCountedThreadSafe<TDerived> {
class CesiumImpl
: public CesiumUtility::ReferenceCountedThreadSafe<CesiumImpl<TDerived>> {
public:
CesiumImpl() = default;

Expand Down
2 changes: 1 addition & 1 deletion native~/extern/cesium-native
Submodule cesium-native updated 488 files

0 comments on commit 3936614

Please sign in to comment.