diff options
author | Treeki <treeki@gmail.com> | 2011-02-18 03:28:31 +0100 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2011-02-18 03:28:31 +0100 |
commit | b0760b28807b31cc1403584265c07feb87ac4887 (patch) | |
tree | dc97346a0c0d0cdcdc066d77df3905a614a858e8 /NW4RTools/Texture.cs | |
parent | 7d7491feb41bc9724bf63bef545b996226406889 (diff) | |
download | nw4rtools-b0760b28807b31cc1403584265c07feb87ac4887.tar.gz nw4rtools-b0760b28807b31cc1403584265c07feb87ac4887.zip |
some collada work, and an unfinished OGL renderer using OpenTK. huge commit
Diffstat (limited to '')
-rw-r--r-- | NW4RTools/Texture.cs | 2 |
1 files changed, 0 insertions, 2 deletions
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; } |