From bcf4a56c74ebf66ea63f45c56b322bbf72f60d72 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Thu, 7 Oct 2021 15:46:55 +0200 Subject: Replace references to VisualServer in code comments with RenderingServer VisualServer no longer exists in the `master` branch. --- core/math/bvh.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/math/bvh.h') diff --git a/core/math/bvh.h b/core/math/bvh.h index cefbc9b0db..65b8b102a3 100644 --- a/core/math/bvh.h +++ b/core/math/bvh.h @@ -200,7 +200,7 @@ public: // use in conjunction with activate if you have deferred the collision check, and // set pairable has never been called. - // (deferred collision checks are a workaround for visual server for historical reasons) + // (deferred collision checks are a workaround for rendering server for historical reasons) void force_collision_check(BVHHandle p_handle) { if (USE_PAIRS) { // the aabb should already be up to date in the BVH -- cgit v1.2.3