Changeset 202 in flair-src for trunk/lib/FlairSimulator


Ignore:
Timestamp:
11/02/17 15:04:47 (6 years ago)
Author:
Sanahuja Guillaume
Message:

modifs usleep

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/FlairSimulator/src/Model_impl.cpp

    r186 r202  
    5454Model_impl::Model_impl(Model *self, std::string name,uint32_t modelId)
    5555    : ISceneNode(getGui()->getSceneManager()->getRootSceneNode(), getGui()->getSceneManager(), -1),
    56       Thread(self, name, 50), vrpn_Tracker(name.c_str(), getSimulator()->pimpl_)
     56      Thread(self, name, 99), vrpn_Tracker(name.c_str(), getSimulator()->pimpl_)
    5757
    5858#else
    5959Model_impl::Model_impl(Model *self, std::string name,uint32_t modelId)
    60     : Thread(self, name, 50), vrpn_Tracker(name.c_str(), getSimulator()->pimpl_)
     60    : Thread(self, name, 99), vrpn_Tracker(name.c_str(), getSimulator()->pimpl_)
    6161#endif
    6262{
Note: See TracChangeset for help on using the changeset viewer.