Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 18, 2016, 10:35:11 PM (8 years ago)
Author:
landauf
Message:

fixed author and added some c++11 features

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/shaders_merge/src/orxonox/graphics/Billboard.cc

    r11073 r11075  
    175175    {
    176176        Ogre::BillboardSet* bSet = this->billboard_.getBillboardSet();
    177         if( bSet != NULL )
     177        if( bSet != nullptr )
    178178        {
    179179            bSet->setRenderQueueGroup(groupID);
     
    184184    {
    185185        Ogre::BillboardSet* bSet = this->billboard_.getBillboardSet();
    186         if( bSet != NULL )
     186        if( bSet != nullptr )
    187187        {
    188188            bSet->setBounds(Ogre::AxisAlignedBox(Ogre::AxisAlignedBox::EXTENT_INFINITE),0);
Note: See TracChangeset for help on using the changeset viewer.