Ignore:
Timestamp:
06/26/06 09:52:08 (18 years ago)
Author:
szirmay
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Illum/IllumModule/IllumModule/src/SharedRuns.cpp

    r780 r1055  
    88        parent = 0; 
    99 
    10         childTechniques = 0; 
     10//      childTechniques = 0; 
    1111} 
    1212 
     
    4949        if(child1 != 0) child1->runChanged(runType, run); 
    5050        if(child2 != 0) child2->runChanged(runType, run); 
    51         if(childTechniques != 0) childTechniques->runChanged(runType, run); 
     51        //if(childTechniques != 0) childTechniques->runChanged(runType, run); 
    5252} 
    5353 
     
    5656        if(child1 != 0) child1->runUpdated(runType, run); 
    5757        if(child2 != 0) child2->runUpdated(runType, run); 
    58         if(childTechniques != 0) childTechniques->runUpdated(runType, run); 
     58        //if(childTechniques != 0) childTechniques->runUpdated(runType, run); 
    5959} 
    6060 
Note: See TracChangeset for help on using the changeset viewer.