summaryrefslogtreecommitdiffhomepage
path: root/examples/models/models_rlgl_solar_system.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/models/models_rlgl_solar_system.c')
-rw-r--r--examples/models/models_rlgl_solar_system.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/models/models_rlgl_solar_system.c b/examples/models/models_rlgl_solar_system.c
index 7eda6c76..97d69245 100644
--- a/examples/models/models_rlgl_solar_system.c
+++ b/examples/models/models_rlgl_solar_system.c
@@ -135,7 +135,7 @@ void DrawSphereBasic(Color color)
{
int rings = 16;
int slices = 16;
-
+
// Make sure there is enough space in the internal render batch
// buffer to store all required vertex, batch is reseted if required
rlCheckRenderBatchLimit((rings + 2)*slices*6);