Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 634


Ignore:
Timestamp:
Dec 19, 2007, 1:31:49 AM (16 years ago)
Author:
landauf
Message:

removed debug output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/src/orxonox/objects/BillboardSet.cc

    r633 r634  
    2020        this->billboardSet_->createBillboard(position, colour);
    2121        this->billboardSet_->setMaterialName(file);
    22         std::cout << "########### created billboard set" << std::endl;
    2322    }
    2423
    2524    BillboardSet::~BillboardSet()
    2625    {
    27         std::cout << "########### deleted billboard set" << std::endl;
    2826        if (this->billboardSet_)
    2927            Orxonox::getSingleton()->getSceneManager()->destroyBillboardSet(this->billboardSet_);
Note: See TracChangeset for help on using the changeset viewer.