summaryrefslogtreecommitdiffstats
path: root/engine/include/actor.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'engine/include/actor.hpp')
-rw-r--r--engine/include/actor.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/include/actor.hpp b/engine/include/actor.hpp
index 75a3474..1902704 100644
--- a/engine/include/actor.hpp
+++ b/engine/include/actor.hpp
@@ -13,7 +13,7 @@ class FlatActor : public FlatCollector
// TODO, serial binding
/* Bounds */
- FlatBound * bounds;
+ FlatBound * m_bounds;
public: