diff options
author | Johannes Schickel | 2014-08-30 14:14:31 +0200 |
---|---|---|
committer | Johannes Schickel | 2014-08-30 14:14:31 +0200 |
commit | ec634ea07c24143e3e1736fec8934d120018fbd6 (patch) | |
tree | 5b97922243f19e49f7f9d544502a00eeaf8a4510 /backends/graphics | |
parent | 1859f8e8e56e2a18ee166e86ae5b0b95df43c9aa (diff) | |
parent | 06c3a7328964d39cbafab3867b0f590f9da4b161 (diff) | |
download | scummvm-rg350-ec634ea07c24143e3e1736fec8934d120018fbd6.tar.gz scummvm-rg350-ec634ea07c24143e3e1736fec8934d120018fbd6.tar.bz2 scummvm-rg350-ec634ea07c24143e3e1736fec8934d120018fbd6.zip |
Merge pull request #495 from somaen/docuFix
Doxygen-fixes
Diffstat (limited to 'backends/graphics')
-rw-r--r-- | backends/graphics/opengl/opengl-graphics.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/graphics/opengl/opengl-graphics.h b/backends/graphics/opengl/opengl-graphics.h index d16f92d148..dde21533b0 100644 --- a/backends/graphics/opengl/opengl-graphics.h +++ b/backends/graphics/opengl/opengl-graphics.h @@ -131,7 +131,7 @@ protected: * * @param defaultFormat The new default format for the game screen * (this is used for the CLUT8 game screens). - * @param defaultFromatAlpha The new default format with an alpha channel + * @param defaultFormatAlpha The new default format with an alpha channel * (this is used for the overlay and cursor). */ void notifyContextCreate(const Graphics::PixelFormat &defaultFormat, const Graphics::PixelFormat &defaultFormatAlpha); |