mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-18 02:45:21 +02:00
Fix rotation of attached particlespawner
Co-authored-by: ANAND <ClobberXD@gmail.com>
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user