Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
j9liu committed Dec 12, 2023
1 parent 7bf12b4 commit 2f47f1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion native~/Runtime/src/CesiumPropertyArrayImpl.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//clang-format off
// clang-format off
//#include "CesiumPropertyArrayImpl.h"
//
//#include <DotNet/CesiumForUnity/CesiumMetadataValue.h>
Expand Down
2 changes: 1 addition & 1 deletion native~/Runtime/src/CesiumPropertyTablePropertyImpl.h
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ class CesiumPropertyTablePropertyImpl {
std::int64_t featureID,
DotNet::Unity::Mathematics::double3 defaultValue);

DotNet::Unity::Mathematics::int4 GetInt4(
DotNet::Unity::Mathematics::int4 GetInt4(
const DotNet::CesiumForUnity::CesiumPropertyTableProperty& property,
std::int64_t featureID,
DotNet::Unity::Mathematics::int4 defaultValue);
Expand Down

0 comments on commit 2f47f1c

Please sign in to comment.