Skip to content

Commit 12be85a

Browse files
committed
FORMAT THING
1 parent 7417f6e commit 12be85a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Source/Entities/MOPixel.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ void MOPixel::Clear() {
2424
m_MaxLethalRange = 1;
2525
m_LethalSharpness = 1;
2626
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
2828
}
2929

3030
int MOPixel::Create() {

Source/Entities/MOSParticle.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ MOSParticle::~MOSParticle() {
2020
void MOSParticle::Clear() {
2121
m_Atom = nullptr;
2222
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
2424
}
2525

2626
int MOSParticle::Create() {

0 commit comments

Comments
 (0)