aboutsummaryrefslogtreecommitdiffstats
path: root/src/menu/static.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/menu/static.cpp')
-rw-r--r--src/menu/static.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/menu/static.cpp b/src/menu/static.cpp
index 452ce055..3ac74267 100644
--- a/src/menu/static.cpp
+++ b/src/menu/static.cpp
@@ -131,6 +131,11 @@ namespace usdx
}
}
+ size_t Static::get_vertices_count(void) const
+ {
+ return vertices_count;
+ }
+
void Static::set_stroke(const RgbColor& stroke)
{
this->stroke = stroke;