Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 2, 2011, 2:05:27 PM (13 years ago)
Author:
scheusso
Message:

fixed a network problem with SpaceBoundaries
please don't use new on synchronisables without restricting to server or setting syncMode to None

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation/src/modules/objects/SpaceBoundaries.cc

    r8660 r8694  
    106106            Billboard* billboard = new Billboard(this);
    107107            billboard->setPosition(position);
     108            billboard->setSyncMode(ObjectDirection::None);
    108109            this->setBillboardOptions(billboard);
    109110            BillboardAdministration ba = {true, billboard};
Note: See TracChangeset for help on using the changeset viewer.