aboutsummaryrefslogtreecommitdiffstats
path: root/src/menu/reflection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/menu/reflection.cpp')
-rw-r--r--src/menu/reflection.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/menu/reflection.cpp b/src/menu/reflection.cpp
index d4a4bbaf..92ab01e1 100644
--- a/src/menu/reflection.cpp
+++ b/src/menu/reflection.cpp
@@ -36,14 +36,13 @@ namespace usdx
{
}
- void Reflection::on_draw(void) const
+ void Reflection::draw(SDL_Surface* display) const
{
}
void Reflection::set_spacing(float value)
{
spacing = value;
- draw();
}
const float Reflection::get_spacing(void) const