From fe29aec3e02893b1342e6f16fa93ad5a96b77683 Mon Sep 17 00:00:00 2001 From: Glatzemann Date: Wed, 31 Oct 2012 06:10:41 +0000 Subject: [PATCH] removed debugger directives from texture processor some improvements in installer script --- .../Processors/TextureProcessor.cs | 2 +- Installer/anx.wxs | 31 ++++++++++--------- 2 files changed, 17 insertions(+), 16 deletions(-) diff --git a/ANX.Framework.Content.Pipeline/Processors/TextureProcessor.cs b/ANX.Framework.Content.Pipeline/Processors/TextureProcessor.cs index b3c83227..0c2816d2 100644 --- a/ANX.Framework.Content.Pipeline/Processors/TextureProcessor.cs +++ b/ANX.Framework.Content.Pipeline/Processors/TextureProcessor.cs @@ -28,7 +28,7 @@ namespace ANX.Framework.Content.Pipeline.Processors public override TextureContent Process(TextureContent input, ContentProcessorContext context) { //TODO: implement - System.Diagnostics.Debugger.Break(); + return input; } } diff --git a/Installer/anx.wxs b/Installer/anx.wxs index 530e7364..7594502f 100644 --- a/Installer/anx.wxs +++ b/Installer/anx.wxs @@ -73,17 +73,18 @@ - - - - + + + + + - - + + @@ -101,31 +102,31 @@ - + - + - + - + - + - + - + - + - +