Parent Directory
|
Revision Log
|
Patch
--- trunk/gr2lib_typedefs/typedefs/TextureCreator/default_texture_creator.cs 2010/08/07 02:42:31 48 +++ trunk/gr2lib_typedefs/typedefs/TextureCreator/default_texture_creator.cs 2010/08/08 07:43:37 49 @@ -125,7 +125,8 @@ catch (Exception ex) { this.HaveBindableTexture = false; - Debug.WriteLine(ex.ToString()); + //Debug.WriteLine(ex.ToString()); + throw new InvalidOperationException("Failed to read texture using: " + new default_texture_creator().TextureCreatorName, ex); } }
ViewVC Help | |
Powered by ViewVC 1.1.22 |