aboutsummaryrefslogtreecommitdiffstats
path: root/src/menu/frame_background_color.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/menu/frame_background_color.cpp')
-rw-r--r--src/menu/frame_background_color.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/menu/frame_background_color.cpp b/src/menu/frame_background_color.cpp
index 3c3adfd8..4f37b184 100644
--- a/src/menu/frame_background_color.cpp
+++ b/src/menu/frame_background_color.cpp
@@ -33,7 +33,7 @@ namespace usdx
{
}
- void FrameBackgroundColor::draw(void) const
+ void FrameBackgroundColor::draw(SDL_Surface* display) const
{
glClearColor(color.get_red(), color.get_green(), color.get_blue(), 0);
glClear(GL_COLOR_BUFFER_BIT or GL_DEPTH_BUFFER_BIT);