Skip to content

Commit

Permalink
[gltf] Fix clang-tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
IAmNotHanni committed Jul 30, 2021
1 parent 7eb3659 commit af0efbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/inexor/vulkan-renderer/gltf/model.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ struct ModelMaterial {

/// @brief A struct for glTF2 model vertices.
struct ModelVertex {
ModelVertex() {}
ModelVertex() = default;
///
///
///
Expand Down

0 comments on commit af0efbe

Please sign in to comment.