Update PatternStarfield.hpp
This commit is contained in:
parent
ad3337b3a3
commit
8bc420da0e
1 changed files with 2 additions and 5 deletions
|
@ -120,14 +120,11 @@ class PatternStarfield : public Drawable {
|
|||
} // end start
|
||||
|
||||
void stop() {
|
||||
|
||||
delete[] stars;
|
||||
delete stars;
|
||||
|
||||
delete[] stars;
|
||||
}
|
||||
|
||||
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue