mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-15 18:57:08 +00:00
Fix rotation of attached particlespawner
Co-authored-by: ANAND <ClobberXD@gmail.com>
This commit is contained in:
parent
049256573b
commit
9543b84970
5 changed files with 44 additions and 41 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue