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:
@@ -567,7 +567,7 @@ float const PI = 3.141592653589793f;
|
||||
_camera->dust_particle_enable = bNewBoolVal;
|
||||
break;
|
||||
case 47:
|
||||
_camera->dust_particle_intensity = bNewBoolVal;
|
||||
_camera->dust_particle_intensity = v;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user