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,14 +120,11 @@ class PatternStarfield : public Drawable {
} // end start
void stop() {
delete[] stars;
delete stars;
delete[] stars;
}
};
#endif
#endif