diff options
| author | mrcodetastic <12006953+mrcodetastic@users.noreply.github.com> | 2024-08-14 23:42:11 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-14 23:42:11 +0100 |
| commit | 8bc420da0e1bfc4fd6b1ce6e35b1ad12c3aa7720 (patch) | |
| tree | b1286bdf83b2c983a77df0bcdb6fb04b60156f26 /examples | |
| parent | ad3337b3a32f600c5aa8fda80805dc4f0abe7412 (diff) | |
Update PatternStarfield.hpp
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/AuroraDemo/PatternStarfield.hpp | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/examples/AuroraDemo/PatternStarfield.hpp b/examples/AuroraDemo/PatternStarfield.hpp index 52253fb..566573a 100644 --- a/examples/AuroraDemo/PatternStarfield.hpp +++ b/examples/AuroraDemo/PatternStarfield.hpp @@ -120,14 +120,11 @@ class PatternStarfield : public Drawable { } // end start void stop() { - - delete[] stars; - delete stars; - + delete[] stars; } }; -#endif
\ No newline at end of file +#endif |
