Forgot to uncomment a line in the last commit.

This commit is contained in:
Marco Cawthorne 2022-05-01 12:13:38 -07:00
parent e64e72d155
commit 32668196bc
Signed by: eukara
GPG key ID: C196CD8BA993248A

View file

@ -238,7 +238,7 @@ env_bubbles::EmitBubbles(void)
{
vector vecPos;
//if (m_bEnabled)
if (m_bEnabled)
for (int i = 0; i < m_iDensity; i++) {
float timer;
vecPos[0] = mins[0] + (random() * (maxs[0] - mins[0]));