Skip to content

Commit 8e87665

Browse files
committed
remove extra include, fix indentation
1 parent 6623c8d commit 8e87665

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

Core/Tools/W3DView/EmitterInstanceList.cpp

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333

3434
#include "StdAfx.h"
3535
#include "EmitterInstanceList.h"
36-
#include "refcount.h"
3736
#include "Utils.h"
3837

3938
/////////////////////////////////////////////////////////////////////
@@ -91,11 +90,11 @@ EmitterInstanceListClass::Add_Emitter (ParticleEmitterClass *emitter)
9190
}
9291
}
9392

94-
//
95-
// Add this emitter to the list and put a hold on its reference
96-
//
97-
if (emitter) emitter->Add_Ref();
98-
m_List.Add (emitter);
93+
//
94+
// Add this emitter to the list and put a hold on its reference
95+
//
96+
if (emitter) emitter->Add_Ref();
97+
m_List.Add (emitter);
9998
}
10099

101100
return ;

0 commit comments

Comments
 (0)