Forgot to uncomment a line in the last commit.
This commit is contained in:
parent
e64e72d155
commit
32668196bc
1 changed files with 1 additions and 1 deletions
|
@ -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]));
|
||||
|
|
Loading…
Reference in a new issue