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
No known key found for this signature in database
GPG key ID: 39E8F8BE30B0A49C
13 changed files with 18 additions and 18 deletions

View file

@ -38,7 +38,7 @@
#include "renderer_scene_cull.h"
#include "rendering_server_globals.h"
// careful, these may run in different threads than the visual server
// careful, these may run in different threads than the rendering server
int RenderingServerDefault::changes = 0;