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.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/menu/reflection.cpp b/src/menu/reflection.cpp
index 3659d637..e306ba6e 100644
--- a/src/menu/reflection.cpp
+++ b/src/menu/reflection.cpp
@@ -39,4 +39,14 @@ namespace usdx
void Reflection::on_draw(void) const
{
}
+
+ void Reflection::set_spacing(float value)
+ {
+ spacing = value;
+ }
+
+ const float Reflection::get_spacing(void) const
+ {
+ return spacing;
+ }
};