Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 27, 2009, 4:09:13 PM (15 years ago)
Author:
scheusso
Message:

fix in Projectile (there was no createFactory) and some additional debugging
and in hubtimer (only on server now)
and in lightninggun (material is synchronised)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/objects/weaponsystem/projectiles/LightningGunProjectile.cc

    r3053 r3088  
    4848        this->maxTextureIndex_ = 8;
    4949        this->textureTimer_.setTimer(0.01, true, this, createExecutor(createFunctor(&LightningGunProjectile::changeTexture)));
     50       
     51        registerVariables();
     52    }
     53   
     54    void LightningGunProjectile::registerVariables()
     55    {
     56        registerVariable(this->materialBase_);
    5057    }
    5158   
Note: See TracChangeset for help on using the changeset viewer.