Skip to content

Commit

Permalink
Formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
kring committed Aug 21, 2024
1 parent 550f911 commit 5223581
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion native~/Runtime/src/TilesetMaterialProperties.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ class TilesetMaterialProperties {
TilesetMaterialProperties();

const int32_t getCullID() const noexcept { return this->_cullID; }
const int32_t getBuiltInCullModeID() const noexcept { return this->_builtInCullModeID; }
const int32_t getBuiltInCullModeID() const noexcept {
return this->_builtInCullModeID;
}
const int32_t getCullModeID() const noexcept { return this->_cullModeID; }

const int32_t getBaseColorFactorID() const noexcept {
Expand Down

0 comments on commit 5223581

Please sign in to comment.