Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/box.h')
-rw-r--r--src/render/box.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/render/box.h b/src/render/box.h
index 9552b78..ceab8ec 100644
--- a/src/render/box.h
+++ b/src/render/box.h
@@ -36,6 +36,9 @@ public:
math::Color topcolor;
/// bottom color
math::Color bottomcolor;
+
+ /// size factor
+ float radius;
};
}