OSYSTEM: Clarify doc for getGraphicsMode()

This commit is contained in:
Thierry Crozat 2011-04-29 12:51:57 +01:00
parent dbca3045cd
commit 6d0451105b

View file

@ -361,7 +361,7 @@ public:
/**
* Determine which graphics mode is currently active.
* @return the active graphics mode
* @return the ID of the active graphics mode
*/
virtual int getGraphicsMode() const = 0;