From 70d9cdf6dbd19445fcad076bb54906508efa1e6f Mon Sep 17 00:00:00 2001 From: Relintai Date: Sun, 28 Jun 2020 19:16:11 +0200 Subject: [PATCH] Removed unused member. --- world/default/voxel_chunk_default.h | 1 - 1 file changed, 1 deletion(-) diff --git a/world/default/voxel_chunk_default.h b/world/default/voxel_chunk_default.h index 12d32e6..6e5c884 100644 --- a/world/default/voxel_chunk_default.h +++ b/world/default/voxel_chunk_default.h @@ -284,7 +284,6 @@ protected: Thread *_build_thread; bool _build_step_in_progress; - Array temp_array; PoolVector temp_arr_collider; PoolVector temp_arr_collider_liquid;