summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--Data/Textures/Blood.png copybin2868 -> 0 bytes
-rw-r--r--Data/Textures/Font.pngbin41116 -> 26185 bytes
-rw-r--r--src/Textures.cpp2
3 files changed, 1 insertions, 1 deletions
diff --git a/Data/Textures/Blood.png copy b/Data/Textures/Blood.png copy
deleted file mode 100644
index f9f185c..0000000
--- a/Data/Textures/Blood.png copy
+++ /dev/null
Binary files differdiff --git a/Data/Textures/Font.png b/Data/Textures/Font.png
index 67a7e97..a48ae83 100644
--- a/Data/Textures/Font.png
+++ b/Data/Textures/Font.png
Binary files differdiff --git a/src/Textures.cpp b/src/Textures.cpp
index 3c1bcca..9e22c87 100644
--- a/src/Textures.cpp
+++ b/src/Textures.cpp
@@ -70,6 +70,6 @@ GLuint loadTexture(const char* filename_, GLenum minFilter,
 		gluBuild2DMipmaps(GL_TEXTURE_2D, internal_format, width, height,
 			pixel_format, GL_UNSIGNED_BYTE, data);
 
-	// stbi_image_free(data);
+	stbi_image_free(data);
 	return tex;
 }