Ignore:
Timestamp:
08/26/08 13:30:31 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Vis/FriendlyCulling/src/Shape.cpp

    r2847 r2867  
    2626void Shape::Render(RenderState *state) 
    2727{ 
    28         if (mMaterial) mMaterial->Render(state); 
     28        if (mMaterial)  
     29                mMaterial->Render(state); 
    2930 
    3031        mParent->GetTransform()->Load(state); 
Note: See TracChangeset for help on using the changeset viewer.