Browse Source

Fix commit error

xiaohunqupo 3 years ago
parent
commit
de6e90a657
1 changed files with 2 additions and 2 deletions
  1. 2 2
      code/AssetLib/glTF2/glTF2Asset.inl

+ 2 - 2
code/AssetLib/glTF2/glTF2Asset.inl

@@ -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 {
 
 //