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