Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 23, 2011, 2:30:23 PM (13 years ago)
Author:
landauf
Message:

added some additional output for loading steps that might take some time on slow systems

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/sound/AmbientSound.cc

    r8858 r8861  
    9292            shared_ptr<ResourceInfo> fileInfo = Resource::getInfo(path);
    9393            if (fileInfo != NULL)
     94            {
     95                orxout(user_info) << "Loading ambient sound " << path << "..." << endl; // TODO: make this output internal if we implement sound streaming
    9496                this->setSource(path);
     97            }
    9598            else
     99            {
    96100                orxout(internal_warning, context::sound) << this->ambientSource_ << ": Not a valid name! Ambient sound will not change." << endl;
     101            }
    97102        }
    98103    }
Note: See TracChangeset for help on using the changeset viewer.