Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2018-05-11 08:43:20 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-05-11 08:43:20 +0300
commit83a83a3d4b730dc98888ab6137738a5b6659bf96 (patch)
treeb43c623494e916262f16512567566c42794acea1 /source/blender/draw/modes/particle_mode.c
parent8c96cb55c33b4ae2d82b6b94472da8bd08b0fb34 (diff)
Cleanup: whitespace, duplicate includes
Diffstat (limited to 'source/blender/draw/modes/particle_mode.c')
-rw-r--r--source/blender/draw/modes/particle_mode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/draw/modes/particle_mode.c b/source/blender/draw/modes/particle_mode.c
index 91d00589449..b5a45a7e92d 100644
--- a/source/blender/draw/modes/particle_mode.c
+++ b/source/blender/draw/modes/particle_mode.c
@@ -143,7 +143,7 @@ static void particle_edit_cache_populate(void *vedata, PTCacheEdit *edit)
{
PARTICLE_StorageList *stl = ((PARTICLE_Data *)vedata)->stl;
const DRWContextState *draw_ctx = DRW_context_state_get();
- ParticleEditSettings *pset= PE_settings(draw_ctx->scene);
+ ParticleEditSettings *pset = PE_settings(draw_ctx->scene);
{
struct Gwn_Batch *strands = DRW_cache_particles_get_edit_strands(edit);
DRW_shgroup_call_add(stl->g_data->strands_group, strands, NULL);