From b0760b28807b31cc1403584265c07feb87ac4887 Mon Sep 17 00:00:00 2001 From: Treeki Date: Fri, 18 Feb 2011 03:28:31 +0100 Subject: some collada work, and an unfinished OGL renderer using OpenTK. huge commit --- NW4RTools/Texture.cs | 2 -- 1 file changed, 2 deletions(-) (limited to 'NW4RTools/Texture.cs') diff --git a/NW4RTools/Texture.cs b/NW4RTools/Texture.cs index 2de9ad8..7063056 100644 --- a/NW4RTools/Texture.cs +++ b/NW4RTools/Texture.cs @@ -274,8 +274,6 @@ namespace NW4RTools { image.UnlockBits(bits); - image.RotateFlip(RotateFlipType.RotateNoneFlipY); // TODO: remove this, and fix texcoords properly - BaseImage = image; Format = format; } -- cgit v1.2.3