Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2412


Ignore:
Timestamp:
Dec 11, 2008, 9:33:11 PM (15 years ago)
Author:
scheusso
Message:

everything should work now on clients

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/lodfinal/src/orxonox/objects/worldentities/Planet.cc

    r2411 r2412  
    161161        REGISTERSTRING(this->meshSrc_, direction::toclient, new NetworkCallback<Planet>(this, &Planet::changedMesh));
    162162        REGISTERDATA(this->bCastShadows_, direction::toclient, new NetworkCallback<Planet>(this, &Planet::changedShadows));
     163        REGISTERDATA(this->atmosphereSize, direction::toclient);
     164        REGISTERDATA(this->imageSize, direction::toclient);
    163165    }
    164166
Note: See TracChangeset for help on using the changeset viewer.