Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 21, 2005, 10:08:37 PM (20 years ago)
Author:
bensch
Message:

orxonox/branches/levelLoader: loading of parameters through macros generating functors with different sizes and types of functionpointers in templates…. i hope somebody understands what i mean :)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/levelLoader/src/world_entities/skybox.cc

    r4247 r4249  
    4646   \param fileName the file to take as input for the SkyBox
    4747*/
    48 SkyBox::SkyBox(char* fileName)
     48SkyBox::SkyBox(const char* fileName)
    4949{
    5050  this->preInit();
     51  if (fileName)
     52    this->setTextureAndType(fileName, ".jpg");
    5153  this->postInit();
    5254}
Note: See TracChangeset for help on using the changeset viewer.