mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-05 23:07:42 -05:00
Merge commit godotengine/godot@6a6a1168a5
This commit is contained in:
@@ -92,6 +92,7 @@ public:
|
||||
Rect2 region_get_bounds(RID p_region) const override { return Rect2(); }
|
||||
|
||||
RID link_create() override { return RID(); }
|
||||
uint32_t link_get_iteration_id(RID p_link) const override { return 0; }
|
||||
void link_set_map(RID p_link, RID p_map) override {}
|
||||
RID link_get_map(RID p_link) const override { return RID(); }
|
||||
void link_set_enabled(RID p_link, bool p_enabled) override {}
|
||||
|
||||
Reference in New Issue
Block a user