You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Replace references to VisualServer in code comments with RenderingServer
VisualServer no longer exists in the `master` branch.
This commit is contained in:
@@ -1416,7 +1416,7 @@ public:
|
||||
|
||||
/* FREE */
|
||||
|
||||
virtual void free(RID p_rid) = 0; ///< free RIDs associated with the visual server
|
||||
virtual void free(RID p_rid) = 0; ///< free RIDs associated with the rendering server
|
||||
|
||||
virtual void request_frame_drawn_callback(Object *p_where, const StringName &p_method, const Variant &p_userdata) = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user