mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 13:43:49 +02:00
endif fixed
This commit is contained in:
parent
e1ac16498e
commit
f25288178b
2 changed files with 12 additions and 8 deletions
|
@ -1,3 +1,13 @@
|
|||
//
|
||||
// GLTFReader.cpp
|
||||
// libraries/fbx/src
|
||||
//
|
||||
// Created by Luis Cuenca on 8/30/17.
|
||||
// Copyright 2017 High Fidelity, Inc.
|
||||
//
|
||||
// Distributed under the Apache License, Version 2.0.
|
||||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||
//
|
||||
|
||||
#include <QtCore/QBuffer>
|
||||
#include <QtCore/QIODevice>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
//
|
||||
// GLTFReader.h
|
||||
// interface/src/renderer
|
||||
// libraries/fbx/src
|
||||
//
|
||||
// Created by Luis Cuenca on 8/30/17.
|
||||
// Copyright 2017 High Fidelity, Inc.
|
||||
|
@ -573,10 +573,4 @@ private:
|
|||
void fbxDebugDump(const FBXGeometry& fbxgeo);
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif //hifi_GLTFReader_h
|
||||
#endif // hifi_GLTFReader_h
|
Loading…
Reference in a new issue