Changeset 2285 for code/branches/questsystem3/src/orxonox/overlays/notifications/NotificationQueue.cc
- Timestamp:
- Nov 26, 2008, 6:52:25 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/questsystem3/src/orxonox/overlays/notifications/NotificationQueue.cc
r2283 r2285 84 84 void NotificationQueue::setQueueText(const std::string & text) 85 85 { 86 COUT(3) << text << std::endl; 86 87 this->queueText_ = text; 87 88 }
Note: See TracChangeset
for help on using the changeset viewer.