1
0
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:
MinusKube
2022-08-22 00:16:56 +02:00
parent e7a0a97c0b
commit f5a808192b
17 changed files with 69 additions and 0 deletions

View File

@@ -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();
};