Changeset 3192 for code/branches/pch/src/orxonox/overlays/notifications
- Timestamp:
- Jun 18, 2009, 10:00:15 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/pch/src/orxonox/overlays/notifications/NotificationQueue.cc
r3158 r3192 48 48 const std::string NotificationQueue::DEFAULT_FONT = "VeraMono"; 49 49 const Vector2 NotificationQueue::DEFAULT_POSITION = Vector2(0.0,0.0); 50 const float NotificationQueue::DEFAULT_FONT_SIZE = 0.025 ;50 const float NotificationQueue::DEFAULT_FONT_SIZE = 0.025f; 51 51 52 52 /**
Note: See TracChangeset
for help on using the changeset viewer.