diff --git a/examples/models/models_point_rendering.c b/examples/models/models_point_rendering.c index e6d6de6a7..2405f18ec 100644 --- a/examples/models/models_point_rendering.c +++ b/examples/models/models_point_rendering.c @@ -17,7 +17,7 @@ #include // Required for: rand() #include // Required for: cos(), sin() -#define MAX_POINTS 10000000 // 1 million +#define MAX_POINTS 10000000 // 10 million #define MIN_POINTS 1000 // 1 thousand static float RandFloat();