Removed _THREAD_SAFE_CLASS_ from VoxelChunk as its not used aywhere right now.

This commit is contained in:
Relintai 2020-04-15 12:44:16 +02:00
parent 7a3e4ecbe3
commit a63ae2183a

View File

@ -66,8 +66,6 @@ class VoxelWorld;
class VoxelChunk : public Resource {
GDCLASS(VoxelChunk, Resource);
_THREAD_SAFE_CLASS_
public:
enum {
VOXEL_CHUNK_STATE_OK = 0,