diff options
-rw-r--r-- | video/video_decoder.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/video/video_decoder.h b/video/video_decoder.h index 80a891fc39..30050e9af5 100644 --- a/video/video_decoder.h +++ b/video/video_decoder.h @@ -109,7 +109,8 @@ public: virtual bool hasDirtyPalette() const { return false; } /** - * Set the current palette to the system palette. + * Set the system palette to the palette returned by getPalette. + * @see getPalette */ void setSystemPalette(); |