Changeset 11552 for code/branches/ScriptableController_HS17/src/orxonox/scriptablecontroller/scriptable_controller.cc
- Timestamp:
- Nov 7, 2017, 7:26:12 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/ScriptableController_HS17/src/orxonox/scriptablecontroller/scriptable_controller.cc
r11549 r11552 82 82 { 83 83 this->timeouts.push_back(std::make_pair(callback, static_cast<float>(timeout))); 84 orxout(user_warning) << "Calling should work..." << std::endl;85 callback();86 84 } 87 85 … … 95 93 if(timeout->second <= 0) 96 94 { 97 orxout(user_warning) << "Calling..." << std::endl;98 95 timeout->first(); 99 96 timeout = this->timeouts.erase(timeout);
Note: See TracChangeset
for help on using the changeset viewer.