Skip to content

Commit

Permalink
thank you ci may I have another
Browse files Browse the repository at this point in the history
  • Loading branch information
Strilanc committed Aug 3, 2024
1 parent 467e936 commit 3edfd38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stim/diagram/gltf.h
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ struct GltfMaterial {

struct GltfPrimitive {
GltfId id;
size_t element_type;
uint64_t element_type;
std::shared_ptr<GltfBuffer<3>> position_buffer;
std::shared_ptr<GltfBuffer<2>> tex_coords_buffer;
std::shared_ptr<GltfMaterial> material;
Expand Down

0 comments on commit 3edfd38

Please sign in to comment.