Skip to content

Commit

Permalink
Fix non-VRChat platform builds
Browse files Browse the repository at this point in the history
  • Loading branch information
bdunderscore committed Nov 12, 2024
1 parent 76fb0ef commit e1cfb4f
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using System.Collections.Generic;
#if NDMF_VRCSDK3_AVATARS
using System.Collections.Generic;
using System.Linq;
using UnityEditor;
using UnityEngine;
Expand Down Expand Up @@ -66,4 +67,5 @@ void EditLayers(VRCAvatarDescriptor.CustomAnimLayer[] layers)
}
}
}
}
}
#endif

0 comments on commit e1cfb4f

Please sign in to comment.