Skip to content

Commit

Permalink
enable quadratic by default as it's a required package reference
Browse files Browse the repository at this point in the history
  • Loading branch information
redwyre committed Jul 16, 2020
1 parent 8fb8924 commit 4f595ec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Editor/MeshSimplifiers/QuadricMeshSimplifier.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#if ENABLE_UNITYMESHSIMPLIFIER
// Enable by default
#define ENABLE_UNITYMESHSIMPLIFIER
#if ENABLE_UNITYMESHSIMPLIFIER
using System;
using UnityEditor;
using UnityEngine;
Expand Down

0 comments on commit 4f595ec

Please sign in to comment.