Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
lilleyse committed May 7, 2024
1 parent 698e93d commit 84c6ae9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/core/src/OmniGeoreference.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ OmniGeoreference::OmniGeoreference(Context* pContext, const pxr::SdfPath& path)
: _pContext(pContext)
, _path(path)
, _ellipsoid(CesiumGeospatial::Ellipsoid::WGS84) {
update();
}
update();
}

const pxr::SdfPath& OmniGeoreference::getPath() const {
return _path;
Expand Down
5 changes: 4 additions & 1 deletion src/core/src/UsdNotificationHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,10 @@ void processCesiumWebMapTileServiceRasterOverlayChanged(
}
}

void processCesiumGeoreferenceChanged(const Context& context, const pxr::SdfPath& georeferencePath, const std::vector<pxr::TfToken>& properties) {
void processCesiumGeoreferenceChanged(
const Context& context,
const pxr::SdfPath& georeferencePath,
const std::vector<pxr::TfToken>& properties) {
const auto pGeoreference = context.getAssetRegistry().getGeoreference(georeferencePath);
if (!pGeoreference) {
return;
Expand Down

0 comments on commit 84c6ae9

Please sign in to comment.