Changeset 2162 for code/branches/objecthierarchy/src/orxonox/overlays
- Timestamp:
- Nov 9, 2008, 11:08:24 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/objecthierarchy/src/orxonox/overlays/OrxonoxOverlay.cc
r2161 r2162 62 62 63 63 if (!Core::showsGraphics()) 64 throw NoGraphicsException("Can't create OrxonoxOverlay, graphics engine not initialized");64 ThrowException(NoGraphics, "Can't create OrxonoxOverlay, graphics engine not initialized"); 65 65 66 66 // add this overlay to the static map of OrxonoxOverlays
Note: See TracChangeset
for help on using the changeset viewer.