Replace references to VisualServer in code comments with RenderingServer

VisualServer no longer exists in the `master` branch.
This commit is contained in:
Hugo Locurcio
2021-10-07 15:46:55 +02:00
parent 8afd2171d1
commit bcf4a56c74
13 changed files with 18 additions and 18 deletions

View File

@@ -398,7 +398,7 @@ void VoxelGI::bake(Node *p_from_node, bool p_create_visual_debug) {
baker.end_bake();
//create the data for visual server
//create the data for rendering server
if (p_create_visual_debug) {
MultiMeshInstance3D *mmi = memnew(MultiMeshInstance3D);