Changeset 1793 for code/branches/network/src/orxonox/objects
- Timestamp:
- Sep 17, 2008, 5:24:56 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/network/src/orxonox/objects/Model.cc
r1775 r1793 86 86 } 87 87 if(this->isExactlyA(Class(Model))) 88 setObjectFrequency( 1); //sync all 10 seconds (this only applies to asteroids and other isExactlyA(Model)88 setObjectFrequency(300); //sync all 10 seconds (this only applies to asteroids and other isExactlyA(Model)'s 89 89 return true; 90 90 }
Note: See TracChangeset
for help on using the changeset viewer.