Replace references to VisualServer in code comments with RenderingServer
VisualServer no longer exists in the `master` branch.
This commit is contained in:
parent
8afd2171d1
commit
bcf4a56c74
13 changed files with 18 additions and 18 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue