Ignore:
Timestamp:
01/11/09 22:54:05 (15 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r3262 r3268  
    187187        AxisAlignedBox3 box; 
    188188         
    189         if (!numEntities) 
     189        if (numEntities <= 0) 
    190190        {       // no box => just initialize 
    191191                box.Initialize(); 
     
    209209        AxisAlignedBox3 box; 
    210210         
    211         if (!entities.empty()) 
     211        if (entities.empty()) 
    212212        {       // no box => just initialize 
    213213                box.Initialize(); 
Note: See TracChangeset for help on using the changeset viewer.