aboutsummaryrefslogtreecommitdiffstats
path: root/src/menu/reflection.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/menu/reflection.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/menu/reflection.cpp b/src/menu/reflection.cpp
index e306ba6e..d4a4bbaf 100644
--- a/src/menu/reflection.cpp
+++ b/src/menu/reflection.cpp
@@ -43,6 +43,7 @@ namespace usdx
void Reflection::set_spacing(float value)
{
spacing = value;
+ draw();
}
const float Reflection::get_spacing(void) const