From fb2f16557d34d3b2b4ad44687a55a830878e6aba Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Thu, 17 Jun 2021 18:17:02 +0700 Subject: Resolve trivial warnings --- src/TGALoader.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/TGALoader.cpp') diff --git a/src/TGALoader.cpp b/src/TGALoader.cpp index 3090764..27fd5b9 100644 --- a/src/TGALoader.cpp +++ b/src/TGALoader.cpp @@ -11,7 +11,6 @@ TGAImageRec* LoadTGA( char *filename ) GLuint bytesPerPixel; // Holds Number Of Bytes Per Pixel Used In The TGA File GLuint imageSize; // Used To Store The Image Size When Setting Aside Ram GLuint temp; // Temporary Variable - GLuint type = GL_RGBA; // Set The Default GL Mode To RBGA (32 BPP) TGAImageRec *texture; FILE *file; -- cgit 1.4.1