mirror of
https://github.com/Relintai/voxelman.git
synced 2024-11-12 10:15:12 +01:00
Removed _THREAD_SAFE_CLASS_ from VoxelChunk as its not used aywhere right now.
This commit is contained in:
parent
7a3e4ecbe3
commit
a63ae2183a
@ -66,8 +66,6 @@ class VoxelWorld;
|
||||
class VoxelChunk : public Resource {
|
||||
GDCLASS(VoxelChunk, Resource);
|
||||
|
||||
_THREAD_SAFE_CLASS_
|
||||
|
||||
public:
|
||||
enum {
|
||||
VOXEL_CHUNK_STATE_OK = 0,
|
||||
|
Loading…
Reference in New Issue
Block a user