We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 745a812 commit 7417f6eCopy full SHA for 7417f6e
Source/Entities/MOPixel.cpp
@@ -24,7 +24,7 @@ void MOPixel::Clear() {
24
m_MaxLethalRange = 1;
25
m_LethalSharpness = 1;
26
m_Staininess = 0;
27
- m_PostEffectEnabled = true;
+ m_PostEffectEnabled = true; // Default to true for backwards compatibility reasons
28
}
29
30
int MOPixel::Create() {
Source/Entities/MOSParticle.cpp
@@ -20,7 +20,7 @@ MOSParticle::~MOSParticle() {
20
void MOSParticle::Clear() {
21
m_Atom = nullptr;
22
m_SpriteAnimMode = OVERLIFETIME;
23
int MOSParticle::Create() {
0 commit comments