mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-22 17:18:39 +00:00
Some refactoring and fixes to VoxelArea and VoxelManip
In particular this validates the edges of VoxelArea and fixes all the nonsense tests uncovered by it.
This commit is contained in:
parent
5532248cd7
commit
6d5103900f
11 changed files with 178 additions and 183 deletions
|
@ -307,8 +307,8 @@ public:
|
|||
// Copies data to VoxelManipulator to getPosRelative()
|
||||
void copyTo(VoxelManipulator &dst);
|
||||
|
||||
// Copies data from VoxelManipulator getPosRelative()
|
||||
void copyFrom(VoxelManipulator &dst);
|
||||
// Copies data from VoxelManipulator to getPosRelative()
|
||||
void copyFrom(const VoxelManipulator &src);
|
||||
|
||||
// Update is air flag.
|
||||
// Sets m_is_air to appropriate value.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue