- Timestamp:
- May 28, 2011, 4:21:14 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/tutoriallevel3/src/modules/notifications/NotificationManager.cc
r8453 r8636 411 411 void NotificationManager::loadQueues(void) 412 412 { 413 NotificationQueueCEGUI* allQueue = new NotificationQueueCEGUI("all");413 /*NotificationQueueCEGUI* allQueue = new NotificationQueueCEGUI("all"); 414 414 allQueue->setDisplaySize(Vector2(0.5, 0)); 415 415 allQueue->setPosition(Vector4(0.0, 10, 0.3, 0)); … … 420 420 infoQueue->setFontColor(Vector4(1.0, 1.0, 0.0, 0.8)); 421 421 infoQueue->setAlignment("HorzCentred"); 422 infoQueue->setDisplaySize(Vector2(0.6, 0.0)); 422 infoQueue->setDisplaySize(Vector2(0.6, 0.0));*/ 423 423 } 424 424
Note: See TracChangeset
for help on using the changeset viewer.