Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 24, 2007, 1:30:29 AM (19 years ago)
Author:
patrick
Message:

merged branche data-fix back to trunk. this breaks compatibility with the old data/trunk data repository! be sure to update your data trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/particles/model_particles.cc

    r10114 r10317  
    3131
    3232SHELL_COMMAND(texture, ModelParticles, setMaterialTexture)
    33 ->defaultValues("maps/evil-flower.png");
     33->defaultValues("textures/evil-flower.png");
    3434
    3535
     
    7070  this->registerObject(this, ModelParticles::_objectList);
    7171
    72   this->material.setDiffuseMap("maps/radial-trans-noise.png");
     72  this->material.setDiffuseMap("textures/radial-trans-noise.png");
    7373}
    7474
Note: See TracChangeset for help on using the changeset viewer.