Skip to content

Commit

Permalink
Re-run glTF generator.
Browse files Browse the repository at this point in the history
  • Loading branch information
kring committed Apr 8, 2024
1 parent 3966bd4 commit fa4b62c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CesiumGltfReader/generated/src/GeneratedJsonHandlers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1955,7 +1955,7 @@ ExtensionTextureWebpReader::readArrayFromJson(
// This file was generated by generate-classes.
// DO NOT EDIT THIS FILE!
#include "ExtensionCesiumPrimitiveOutlineJsonHandler.h"
#include "registerExtensions.h"
#include "registerReaderExtensions.h"

#include <CesiumGltf/ExtensionCesiumPrimitiveOutline.h>
#include <CesiumGltfReader/ExtensionCesiumPrimitiveOutlineReader.h>
Expand Down Expand Up @@ -2016,7 +2016,7 @@ CesiumJsonReader::IJsonHandler* ExtensionCesiumPrimitiveOutlineJsonHandler::
}

ExtensionCesiumPrimitiveOutlineReader::ExtensionCesiumPrimitiveOutlineReader() {
registerExtensions(this->_options);
registerReaderExtensions(this->_options);
}

CesiumJsonReader::JsonReaderOptions&
Expand Down

0 comments on commit fa4b62c

Please sign in to comment.