Page Menu
Home
Search
Configure Global Search
Log In
Files
F10365
patch23003-2.txt
Public
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Authored By
Jeroen Bakker (jbakker)
Nov 13 2013, 2:13 PM
Size
493 B
Subscribers
None
patch23003-2.txt
View Options
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
Details
Mime Type
text/x-diff
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
27/68/f3adfc73366b3261614bb0d87abf
Event Timeline
Log In to Comment