1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Merge pull request #53525 from Calinou/comments-replace-visual-server

Replace references to VisualServer in code comments with RenderingServer
This commit is contained in:
Rémi Verschelde
2021-10-07 17:06:27 +02:00
committed by GitHub
13 changed files with 18 additions and 18 deletions

View File

@@ -660,7 +660,7 @@ void Voxelizer::end_bake() {
_fixup_plot(0, 0);
}
//create the data for visual server
//create the data for rendering server
int Voxelizer::get_voxel_gi_octree_depth() const {
return cell_subdiv;