Skip to content
Snippets Groups Projects
Commit d4eae304 authored by fuzzy_bunny's avatar fuzzy_bunny
Browse files

deleted commented colors destructions in Behaviours destr

parent f0df97dc
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,6 @@ void FearfulBehaviour::getRidOfInstance(void){
}
FearfulBehaviour::~FearfulBehaviour() {
// delete[] &color;
}
......
......@@ -35,7 +35,6 @@ GregariousBehaviour* GregariousBehaviour::getBehaviourInstance(){
}
GregariousBehaviour::~GregariousBehaviour() {
// delete[] &color;
}
......
......@@ -39,7 +39,6 @@ void KamikazeBehaviour::getRidOfInstance(void){
}
KamikazeBehaviour::~KamikazeBehaviour() {
// delete[] &color;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment