summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorraysan5 <[email protected]>2020-12-23 20:30:00 +0100
committerraysan5 <[email protected]>2020-12-23 20:30:00 +0100
commitd9a9bacb480ce173ffd3cb0e382fca5f0ddcf10f (patch)
tree830e4ec974d305819fdc805f0b24d2aab373ca16 /src
parent10a57f297e991f3e54bc29d87705c5aef7c2511f (diff)
downloadraylib-d9a9bacb480ce173ffd3cb0e382fca5f0ddcf10f.tar.gz
raylib-d9a9bacb480ce173ffd3cb0e382fca5f0ddcf10f.zip
Review formatting
Diffstat (limited to 'src')
-rw-r--r--src/rlgl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rlgl.h b/src/rlgl.h
index f5634a54..1b42c641 100644
--- a/src/rlgl.h
+++ b/src/rlgl.h
@@ -1509,7 +1509,7 @@ void rlEnableSmoothLines(void)
void rlDisableSmoothLines(void)
{
#if defined(GRAPHICS_API_OPENGL_33) || defined(GRAPHICS_API_OPENGL_21) || defined(GRAPHICS_API_OPENGL_11)
- glDisable(GL_LINE_SMOOTH);
+ glDisable(GL_LINE_SMOOTH);
#endif
}