Skip to content

Commit c14eb1b

Browse files
committed
FORMAT THING
1 parent 7417f6e commit c14eb1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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() {

0 commit comments

Comments
 (0)