From 3ee8d5cba4b37b046b5e42994b2ba74df9457acc Mon Sep 17 00:00:00 2001 From: Reese Gallagher Date: Sat, 24 Aug 2024 11:56:47 -0400 Subject: [PATCH] comment formatting --- examples/models/models_point_rendering.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/models/models_point_rendering.c b/examples/models/models_point_rendering.c index 7f0f98f1f..128a70f57 100644 --- a/examples/models/models_point_rendering.c +++ b/examples/models/models_point_rendering.c @@ -71,7 +71,7 @@ int main() TraceLog(LOG_INFO, "num points %d", numPoints); } - // re-upload a different point cloud size + // upload a different point cloud size if (numPointsChanged) { UnloadModel(model); @@ -91,9 +91,9 @@ int main() { DrawModelPoints(model, position, 1.0f, WHITE); } + // The old method must continually draw the "points" (lines) else { - // The old method must continually draw the "points" (lines) for (int i = 0; i < numPoints; i++) { Vector3 pos = {