You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-05 17:15:09 +00:00
Ensure has_os_features is safely called as it can't be called from within the construct of RenderingServerDefault on which it relies
This commit is contained in:
@@ -1471,7 +1471,7 @@ public:
|
||||
virtual void draw(bool p_swap_buffers = true, double frame_step = 0.0) = 0;
|
||||
virtual void sync() = 0;
|
||||
virtual bool has_changed() const = 0;
|
||||
virtual void init() = 0;
|
||||
virtual void init();
|
||||
virtual void finish() = 0;
|
||||
|
||||
/* STATUS INFORMATION */
|
||||
|
||||
Reference in New Issue
Block a user