Changeset 294 in flair-src for trunk/lib/FlairSimulator/src/Gui_impl.cpp


Ignore:
Timestamp:
01/09/19 15:38:32 (5 years ago)
Author:
Sanahuja Guillaume
Message:

vrpn modifs

File:
1 edited

Legend:

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

    r288 r294  
    378378  std::ostringstream text;
    379379
    380   text << "Cam: " << cameras.at(cam_id)->getName().c_str()
     380  text << getSimulator()->ObjectName().c_str()  << ", active cam: " << cameras.at(cam_id)->getName().c_str()
    381381     << ", FPS: " << fps;
    382382
Note: See TracChangeset for help on using the changeset viewer.