Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
azrogers committed Jan 21, 2025
1 parent 9b25049 commit 792952d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Source/CesiumRuntime/Private/UnrealAssetAccessor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,8 @@ const CesiumAsync::HttpHeaders UnrealFileAssetRequestResponse::emptyHeaders{};

std::string convertFileUriToFilename(const std::string& url) {
CesiumUtility::Uri parsedUri(url);
return CesiumUtility::Uri::uriPathToNativePath(std::string(parsedUri.getPath()));
return CesiumUtility::Uri::uriPathToNativePath(
std::string(parsedUri.getPath()));
}

class FCesiumReadFileWorker : public FNonAbandonableTask {
Expand Down

0 comments on commit 792952d

Please sign in to comment.