Changeset 145 in flair-src for trunk/lib/FlairSimulator/src/Gui_impl.cpp
- Timestamp:
- Feb 27, 2017, 11:16:46 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairSimulator/src/Gui_impl.cpp
r144 r145 266 266 } 267 267 268 // for (size_t i = 0; i < models.size(); i++) { 269 // models.at(i)->ProcessUpdate(NULL); 270 ProcessUpdate(NULL); 271 Printf("Appel à ProcessUpdate depuis Gui_impl::RunGui\n"); 272 // } 268 for (size_t i = 0; i < models.size(); i++) { 269 models.at(i)->ProcessUpdate(NULL); 270 } 273 271 274 272 // on fait ca ici, devrait etre un peu plus haut
Note:
See TracChangeset
for help on using the changeset viewer.