diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/context.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/context.h b/core/context.h index bf439053..155ee167 100644 --- a/core/context.h +++ b/core/context.h @@ -79,6 +79,7 @@ struct ContextParams { std::atomic<ContextProps*> ContextUpdate{nullptr}; std::atomic<ListenerProps*> ListenerUpdate{nullptr}; + alu::Vector Position{}; alu::Matrix Matrix{alu::Matrix::Identity()}; alu::Vector Velocity{}; |