diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2021-10-07 17:06:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-07 17:06:27 +0200 |
commit | f323d25dd3ba2be5ff491d34df2fbcc3b5ab1efc (patch) | |
tree | fa6b5057d65c9ed60edda33e2ef01cb430da5ec1 /core/math/bvh.h | |
parent | dcaf65f79c696396724719a490a33ef78ec8d68e (diff) | |
parent | bcf4a56c74ebf66ea63f45c56b322bbf72f60d72 (diff) |
Merge pull request #53525 from Calinou/comments-replace-visual-server
Replace references to VisualServer in code comments with RenderingServer
Diffstat (limited to 'core/math/bvh.h')
-rw-r--r-- | core/math/bvh.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |