Skip to content

Commit

Permalink
Remove TODO.
Browse files Browse the repository at this point in the history
  • Loading branch information
kring committed Oct 9, 2024
1 parent 21ecab9 commit ee4b391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CesiumGltf/include/CesiumGltf/SharedAssetDepot.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class SharedAssetDepot : public CesiumUtility::ReferenceCountedThreadSafe<
CesiumUtility::IntrusivePointer<AssetType> pCounted =
pair.second.release();
pCounted->_pDepot = nullptr;
pCounted->_uniqueAssetId = "TODO: released";
pCounted->_uniqueAssetId.clear();
}
}

Expand Down

0 comments on commit ee4b391

Please sign in to comment.