Skip to content

Commit

Permalink
Update src/node_attributes.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Lukas Schmid <[email protected]>
  • Loading branch information
nathanhhughes and Schmluk committed Aug 15, 2024
1 parent c7c0253 commit 64baa9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/node_attributes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -487,6 +487,7 @@ void KhronosObjectAttributes::serialization_info() {

const auto& header = io::GlobalInfo::loadedHeader();
if (header.version <= io::Version(1, 0, 1)) {
io::warnOutdatedHeader(header);
std::vector<float> xyz;
serialization::field("vertices", xyz);
std::vector<uint8_t> rgb;
Expand Down

0 comments on commit 64baa9a

Please sign in to comment.