[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [45548] branches/tile/source/blender/ compositor/intern/COM_ExecutionGroup.cpp: TileBranch

Jeroen Bakker j.bakker at atmind.nl
Wed Apr 11 22:46:51 CEST 2012


Revision: 45548
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=45548
Author:   jbakker
Date:     2012-04-11 20:46:50 +0000 (Wed, 11 Apr 2012)
Log Message:
-----------
TileBranch
 * fill an uninitialized value

 - At Mind - 

Modified Paths:
--------------
    branches/tile/source/blender/compositor/intern/COM_ExecutionGroup.cpp

Modified: branches/tile/source/blender/compositor/intern/COM_ExecutionGroup.cpp
===================================================================
--- branches/tile/source/blender/compositor/intern/COM_ExecutionGroup.cpp	2012-04-11 19:36:33 UTC (rev 45547)
+++ branches/tile/source/blender/compositor/intern/COM_ExecutionGroup.cpp	2012-04-11 20:46:50 UTC (rev 45548)
@@ -54,6 +54,7 @@
 	this->numberOfChunks = 0;
 	this->initialized = false;
 	this->openCL = false;
+	this->chunksFinished = 0;
 }
 
 int ExecutionGroup::getRenderPriotrity() {




More information about the Bf-blender-cvs mailing list