Page MenuHome

patch23003-2.txt

Authored By
Jeroen Bakker (jbakker)
Nov 13 2013, 2:13 PM
Size
493 B
Subscribers
None

patch23003-2.txt

Index: source/blender/blenkernel/intern/particle_system.c
===================================================================
--- source/blender/blenkernel/intern/particle_system.c (revision 30935)
+++ source/blender/blenkernel/intern/particle_system.c (working copy)
@@ -182,7 +182,7 @@
else
totpart=new_totpart;
- if(totpart && totpart != psys->totpart) {
+ if(totpart != psys->totpart) {
if(psys->edit && psys->free_edit) {
psys->free_edit(psys->edit);
psys->edit = NULL;

File Metadata

Mime Type
text/x-diff
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
27/68/f3adfc73366b3261614bb0d87abf

Event Timeline