diff options
| author | Einar Johan Trøan Sømåen | 2014-08-29 03:28:26 +0200 |
|---|---|---|
| committer | Einar Johan Trøan Sømåen | 2014-08-29 03:28:26 +0200 |
| commit | 1506f6049e6a7ad7c9aedd2a48ffd0d360783d96 (patch) | |
| tree | d581b528f1cff608aa9cf6054579b41f2e6322e3 /backends/graphics/opengl | |
| parent | b7c5ce879fc386d815654fb128bf1c9a5973eefb (diff) | |
| download | scummvm-rg350-1506f6049e6a7ad7c9aedd2a48ffd0d360783d96.tar.gz scummvm-rg350-1506f6049e6a7ad7c9aedd2a48ffd0d360783d96.tar.bz2 scummvm-rg350-1506f6049e6a7ad7c9aedd2a48ffd0d360783d96.zip | |
BACKENDS: Fix some Doxygen comments that seem wrong.
Diffstat (limited to 'backends/graphics/opengl')
| -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); |
