Skip to content

Commit

Permalink
Update PatternStarfield.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcodetastic authored Aug 14, 2024
1 parent ad3337b commit 8bc420d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions examples/AuroraDemo/PatternStarfield.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -120,14 +120,11 @@ class PatternStarfield : public Drawable {
} // end start

void stop() {

delete[] stars;
delete stars;

delete[] stars;
}



};

#endif
#endif

0 comments on commit 8bc420d

Please sign in to comment.