mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Mapnode: Add rotateAlongYAxisFull supporting 24 facedirs
This commit is contained in:
parent
1adc7bf5c6
commit
a56aedb4ea
3 changed files with 57 additions and 2 deletions
|
@ -167,7 +167,7 @@ void Schematic::blitToVManip(v3s16 p, MMVManip *vm, Rotation rot, bool force_pla
|
|||
vm->m_data[vi].param1 = 0;
|
||||
|
||||
if (rot)
|
||||
vm->m_data[vi].rotateAlongYAxis(m_ndef, rot);
|
||||
vm->m_data[vi].rotateAlongYAxisFull(m_ndef, rot);
|
||||
}
|
||||
}
|
||||
y_map++;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue