Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8451


Ignore:
Timestamp:
May 12, 2011, 12:15:05 AM (13 years ago)
Author:
dafrick
Message:

Modifying the currently active notification queues.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/tutoriallevel2/src/modules/notifications/NotificationManager.cc

    r8449 r8451  
    415415        allQueue->setPosition(Vector4(0.0, 10, 0.3, 0));
    416416
    417         NotificationQueueCEGUI* infoQueue = new NotificationQueueCEGUI("info", NotificationListener::ALL, 1, -1);
     417        NotificationQueueCEGUI* infoQueue = new NotificationQueueCEGUI("info", "gameinfo", 1, -1);
    418418        infoQueue->setPosition(Vector4(0.2, 0, 0.8, 0));
    419419        infoQueue->setFontSize(24);
Note: See TracChangeset for help on using the changeset viewer.