diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2024-10-09 12:13:03 -0400 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2024-10-09 12:13:03 -0400 |
| commit | a6e9c149c11c40f4b6f1596288689ef94278feb2 (patch) | |
| tree | cf8c2b0517ca0f8bc515dce966010adb34708ea5 | |
| parent | 94316c363ae7d7e9a846278878d9388dc14396be (diff) | |
| download | balls-a6e9c149c11c40f4b6f1596288689ef94278feb2.zip | |
remove whitespace
| -rw-r--r-- | balls.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -133,7 +133,6 @@ reshape(int w, int h) { glMatrixMode(GL_MODELVIEW); } - vector<Ball *> makeBalls(int n) { size_t i; |