Fix commit error
parent
2152aae2a3
commit
de6e90a657
|
@ -82,6 +82,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||
// clang-format on
|
||||
|
||||
using namespace Assimp;
|
||||
|
||||
namespace glTF2 {
|
||||
using glTFCommon::FindStringInContext;
|
||||
using glTFCommon::FindNumberInContext;
|
||||
using glTFCommon::FindUIntInContext;
|
||||
|
@ -96,8 +98,6 @@ using glTFCommon::FindUInt;
|
|||
using glTFCommon::FindArray;
|
||||
using glTFCommon::FindArray;
|
||||
|
||||
namespace glTF2 {
|
||||
|
||||
namespace {
|
||||
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue