Changeset 218 in flair-src for trunk/lib/FlairSimulator/src/Model_impl.cpp
- Timestamp:
- Feb 20, 2018, 2:08:56 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairSimulator/src/Model_impl.cpp
r214 r218 158 158 159 159 void Model_impl::mainloop(void) { 160 struct timeval _timestamp; 161 160 162 if (enable_opti->Value() == false) 161 163 return; 162 164 vrpn_gettimeofday(&_timestamp, NULL); 163 vrpn_Tracker::timestamp = _timestamp; 164 165 165 166 // change to vrpn reference 166 167 states_mutex->GetMutex();
Note:
See TracChangeset
for help on using the changeset viewer.