From 962f11b01810461580e2b39a8c2d64f34772c87a Mon Sep 17 00:00:00 2001 From: Marc Gilleron Date: Sat, 25 Sep 2021 16:43:39 +0100 Subject: [PATCH] Remove old stat --- project/smooth_terrain/main.gd | 1 - 1 file changed, 1 deletion(-) diff --git a/project/smooth_terrain/main.gd b/project/smooth_terrain/main.gd index 14bd888..38da424 100644 --- a/project/smooth_terrain/main.gd +++ b/project/smooth_terrain/main.gd @@ -13,7 +13,6 @@ const _process_stat_names = [ "time_request_blocks_to_load", "time_process_load_responses", "time_request_blocks_to_update", - "time_process_update_responses", "updated_blocks" ]