Update PatternStarfield.hpp

This commit is contained in:
mrcodetastic 2024-08-14 23:42:11 +01:00 committed by GitHub
parent ad3337b3a3
commit 8bc420da0e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -120,10 +120,7 @@ class PatternStarfield : public Drawable {
} // end start } // end start
void stop() { void stop() {
delete[] stars; delete[] stars;
delete stars;
} }