From 7ee1701de3faa287c6d013bd14cefb2cded25bfc Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Mon, 13 Sep 2021 15:46:47 +0700 Subject: Remove excess abstractions around texture loading --- src/Textures.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/Textures.h') diff --git a/src/Textures.h b/src/Textures.h index d9fb92a..abed931 100644 --- a/src/Textures.h +++ b/src/Textures.h @@ -21,7 +21,6 @@ #include -GLuint loadTexture(const char* filename, GLenum minFilter = GL_LINEAR, - GLenum magFilter = GL_LINEAR, bool mipmaps = true); +GLuint loadTexture(const char*); #endif // BLACKSHADES_TEXTURES_H -- cgit 1.4.1