File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ void MOPixel::Clear() {
24
24
m_MaxLethalRange = 1 ;
25
25
m_LethalSharpness = 1 ;
26
26
m_Staininess = 0 ;
27
- m_PostEffectEnabled = true ; // Default to true for backwards compatibility reasons
27
+ m_PostEffectEnabled = true ; // Default to true for backwards compatibility reasons
28
28
}
29
29
30
30
int MOPixel::Create () {
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ MOSParticle::~MOSParticle() {
20
20
void MOSParticle::Clear () {
21
21
m_Atom = nullptr ;
22
22
m_SpriteAnimMode = OVERLIFETIME;
23
- m_PostEffectEnabled = true ; // Default to true for backwards compatibility reasons
23
+ m_PostEffectEnabled = true ; // Default to true for backwards compatibility reasons
24
24
}
25
25
26
26
int MOSParticle::Create () {
You can’t perform that action at this time.
0 commit comments