summaryrefslogtreecommitdiffhomepage
path: root/src/textures.c
diff options
context:
space:
mode:
authorraysan5 <[email protected]>2020-04-05 17:50:37 +0200
committerraysan5 <[email protected]>2020-04-05 17:50:37 +0200
commit4ceb4d3bf3780a8a1c85b89415879799bf81d422 (patch)
tree8e8f9d95849b2a5cecc621dc6612ff55a67cd739 /src/textures.c
parent9c280bc7afcca1e3c813fc5620d9a0074e5a9db9 (diff)
downloadraylib-4ceb4d3bf3780a8a1c85b89415879799bf81d422.tar.gz
raylib-4ceb4d3bf3780a8a1c85b89415879799bf81d422.zip
Some code tweaks, comments and defines
Diffstat (limited to 'src/textures.c')
-rw-r--r--src/textures.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/textures.c b/src/textures.c
index 1bf086b5..0f7f60ce 100644
--- a/src/textures.c
+++ b/src/textures.c
@@ -3042,7 +3042,6 @@ void DrawTextureNPatch(Texture2D texture, NPatchInfo nPatchInfo, Rectangle destR
rlPopMatrix();
rlDisableTexture();
-
}
}