mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-22 03:08:24 +00:00
Review formatting
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user