summaryrefslogtreecommitdiffstats
path: root/src/render/Particle.cpp
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2020-05-10 10:04:27 +0200
committeraap <aap@papnet.eu>2020-05-10 10:04:27 +0200
commitf0442960a22a7386f29c138f6afb1c08101789ee (patch)
tree979d9e240b2304a5a73193ed66e06c7b0a76c741 /src/render/Particle.cpp
parentCWeaponModelInfo (diff)
parentMerge branch 'master' into miami (diff)
downloadre3-f0442960a22a7386f29c138f6afb1c08101789ee.tar
re3-f0442960a22a7386f29c138f6afb1c08101789ee.tar.gz
re3-f0442960a22a7386f29c138f6afb1c08101789ee.tar.bz2
re3-f0442960a22a7386f29c138f6afb1c08101789ee.tar.lz
re3-f0442960a22a7386f29c138f6afb1c08101789ee.tar.xz
re3-f0442960a22a7386f29c138f6afb1c08101789ee.tar.zst
re3-f0442960a22a7386f29c138f6afb1c08101789ee.zip
Diffstat (limited to 'src/render/Particle.cpp')
-rw-r--r--src/render/Particle.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/render/Particle.cpp b/src/render/Particle.cpp
index c855c860..5995432b 100644
--- a/src/render/Particle.cpp
+++ b/src/render/Particle.cpp
@@ -222,10 +222,12 @@ int32 Randomizer;
int32 nParticleCreationInterval = 1;
float fParticleScaleLimit = 0.5f;
+#ifdef DEBUGMENU
SETTWEAKPATH("Particle");
TWEAKINT32(nParticleCreationInterval, 0, 5, 1);
TWEAKFLOAT(fParticleScaleLimit, 0.0f, 1.0f, 0.1f);
TWEAKFUNC(CParticle::ReloadConfig);
+#endif
void CParticle::ReloadConfig()
{