mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 15:21:56 -05: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