diff options
author | Dahlia Trimble | 2008-06-30 06:11:43 +0000 |
---|---|---|
committer | Dahlia Trimble | 2008-06-30 06:11:43 +0000 |
commit | b0287a43bdfcf0ed9faeb90dd08fa8e96c07a9ac (patch) | |
tree | cf4cff8b8228d6ebecd6348a05b8070322e00491 | |
parent | Corrects Meshmerizer orientation of profile cut angles for ring type prim (diff) | |
download | opensim-SC_OLD-b0287a43bdfcf0ed9faeb90dd08fa8e96c07a9ac.zip opensim-SC_OLD-b0287a43bdfcf0ed9faeb90dd08fa8e96c07a9ac.tar.gz opensim-SC_OLD-b0287a43bdfcf0ed9faeb90dd08fa8e96c07a9ac.tar.bz2 opensim-SC_OLD-b0287a43bdfcf0ed9faeb90dd08fa8e96c07a9ac.tar.xz |
disables spam-like debugging messages inadvertently left on in last commit (oops)
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Physics/Meshing/Meshmerizer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/Meshing/Meshmerizer.cs b/OpenSim/Region/Physics/Meshing/Meshmerizer.cs index 005d5ca..b67d94e 100644 --- a/OpenSim/Region/Physics/Meshing/Meshmerizer.cs +++ b/OpenSim/Region/Physics/Meshing/Meshmerizer.cs | |||
@@ -24,7 +24,7 @@ | |||
24 | * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS | 24 | * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
25 | * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 25 | * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
26 | */ | 26 | */ |
27 | #define SPAM | 27 | //#define SPAM |
28 | 28 | ||
29 | using System; | 29 | using System; |
30 | using System.Collections.Generic; | 30 | using System.Collections.Generic; |