diff options
| author | Ray <[email protected]> | 2023-03-13 12:08:23 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2023-03-13 12:08:23 +0100 |
| commit | a7f81b06b93a4305186999e407b32bcb2ba78f04 (patch) | |
| tree | be68f04c1242c42bcef30738207265232d5cb130 /src/rtextures.c | |
| parent | 393b0d1a80cee881323e352164071f7bf6def557 (diff) | |
| download | raylib-a7f81b06b93a4305186999e407b32bcb2ba78f04.tar.gz raylib-a7f81b06b93a4305186999e407b32bcb2ba78f04.zip | |
Remove trailing spaces
Diffstat (limited to 'src/rtextures.c')
| -rw-r--r-- | src/rtextures.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rtextures.c b/src/rtextures.c index 12bca8a8..b5f9998a 100644 --- a/src/rtextures.c +++ b/src/rtextures.c @@ -3364,7 +3364,7 @@ bool IsRenderTextureReady(RenderTexture2D target) { return ((target.id > 0) && // Validate OpenGL id IsTextureReady(target.depth) && // Validate FBO depth texture/renderbuffer - IsTextureReady(target.texture)); // Validate FBO texture + IsTextureReady(target.texture)); // Validate FBO texture } // Unload render texture from GPU memory (VRAM) |
