Fixed bug in UI slider for the particle intensity

--HG--
extra : convert_revision : svn%3A7752d6cf-9f14-4ad2-affc-04f1e67b81a5/trunk%40166
This commit is contained in:
kearwood
2012-11-23 23:56:24 +00:00
parent b2c79149b1
commit ac2195f0c9

View File

@@ -567,7 +567,7 @@ float const PI = 3.141592653589793f;
_camera->dust_particle_enable = bNewBoolVal; _camera->dust_particle_enable = bNewBoolVal;
break; break;
case 47: case 47:
_camera->dust_particle_intensity = bNewBoolVal; _camera->dust_particle_intensity = v;
break; break;
} }
} }