Skip to content

Commit

Permalink
draco ifdef fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pfcDorn committed Jan 18, 2024
1 parent a1ece43 commit 14e4887
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Runtime/Scripts/SceneImporter/ImporterMeshes.cs
Expand Up @@ -14,9 +14,9 @@
#if HAVE_DRACO
using Draco;
using UnityGLTF.Plugins;
#endif
#if !HAVE_DRACO_VERSION_5
using DecodeResult = DracoMeshLoader.DecodeResult;
using DecodeResult = Draco.DracoMeshLoader.DecodeResult;
#endif
#endif

namespace UnityGLTF
Expand Down

0 comments on commit 14e4887

Please sign in to comment.