Changeset 2412 for code/branches/lodfinal
- Timestamp:
- Dec 11, 2008, 9:33:11 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/lodfinal/src/orxonox/objects/worldentities/Planet.cc
r2411 r2412 161 161 REGISTERSTRING(this->meshSrc_, direction::toclient, new NetworkCallback<Planet>(this, &Planet::changedMesh)); 162 162 REGISTERDATA(this->bCastShadows_, direction::toclient, new NetworkCallback<Planet>(this, &Planet::changedShadows)); 163 REGISTERDATA(this->atmosphereSize, direction::toclient); 164 REGISTERDATA(this->imageSize, direction::toclient); 163 165 } 164 166
Note: See TracChangeset
for help on using the changeset viewer.