diff options
| author | Ray <[email protected]> | 2022-08-02 00:36:31 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2022-08-02 00:36:31 +0200 |
| commit | fd191a32eacda23b54438550965fa8addf31e2e2 (patch) | |
| tree | bb3b8537ef0f4f534650e96b60134febe9a61238 /src/rlgl.h | |
| parent | fe9e82b2e689ad6ae13ae6680ae8f1576c498fe2 (diff) | |
| download | raylib-fd191a32eacda23b54438550965fa8addf31e2e2.tar.gz raylib-fd191a32eacda23b54438550965fa8addf31e2e2.zip | |
Remove trailing spaces
Diffstat (limited to 'src/rlgl.h')
| -rw-r--r-- | src/rlgl.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1516,7 +1516,7 @@ void rlDisableTextureCubemap(void) void rlTextureParameters(unsigned int id, int param, int value) { glBindTexture(GL_TEXTURE_2D, id); - + #if !defined(GRAPHICS_API_OPENGL_11) // Reset anisotropy filter, in case it was set glTexParameterf(GL_TEXTURE_2D, GL_TEXTURE_MAX_ANISOTROPY_EXT, 1.0f); |
