From 9543b849703ba2e8edc0bd4696ccfb9e7888c293 Mon Sep 17 00:00:00 2001 From: Pedro Gimeno Date: Fri, 9 Aug 2019 14:21:17 +0530 Subject: Fix rotation of attached particlespawner Co-authored-by: ANAND --- src/client/content_cao.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/content_cao.cpp') diff --git a/src/client/content_cao.cpp b/src/client/content_cao.cpp index e76cacdd4..d7ab8e945 100644 --- a/src/client/content_cao.cpp +++ b/src/client/content_cao.cpp @@ -401,7 +401,7 @@ bool GenericCAO::getSelectionBox(aabb3f *toset) const return true; } -v3f GenericCAO::getPosition() +const v3f GenericCAO::getPosition() const { if (getParent() != nullptr) { if (m_matrixnode) -- cgit v1.2.3