You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Prevent windows from having a size greater than device limit
This commit is contained in:
@@ -988,6 +988,8 @@ public:
|
||||
|
||||
virtual void set_print_gpu_profile(bool p_enable) override;
|
||||
|
||||
virtual Size2i get_maximum_viewport_size() const override;
|
||||
|
||||
RenderingServerDefault(bool p_create_thread = false);
|
||||
~RenderingServerDefault();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user