mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 08:23:29 +00:00
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
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue