mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-02 16:38:41 +00:00
Working version before block send priorization update
This commit is contained in:
parent
4e249fb3fb
commit
24c4b7c68d
17 changed files with 716 additions and 200 deletions
|
@ -879,6 +879,12 @@ public:
|
|||
// origin is relative to block
|
||||
void getObjects(v3f origin, f32 max_d,
|
||||
core::array<DistanceSortedObject> &dest);
|
||||
|
||||
// Number of objects
|
||||
s32 getCount()
|
||||
{
|
||||
return m_objects.size();
|
||||
}
|
||||
|
||||
private:
|
||||
JMutex m_mutex;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue