Ignore:
Timestamp:
11/07/06 14:29:38 (18 years ago)
Author:
szirmay
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Illum/IllumModule/OgreIllumModule/include/RenderingRuns/OgreCausticCubeMapRenderingRun.h

    r1688 r1722  
    6060        float getAttenuation(){return attenuation;} 
    6161         
    62         bool canJoin(OgreRenderingRun* run) 
     62        bool canJoin(RenderingRun* run) 
    6363        { 
    64                 OgreCausticCubeMapRenderingRun* r = (OgreCausticCubeMapRenderingRun*) run; 
     64                OgreCausticCubeMapRenderingRun* r = (OgreCausticCubeMapRenderingRun*) run->asOgreRenderingRun(); 
    6565                if(r->materialName == materialName) 
    6666                        return true; 
Note: See TracChangeset for help on using the changeset viewer.