mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-16 18:01:40 +00:00
Improve formspec scaling (#14840)
This commit is contained in:
parent
1527cdf6a4
commit
041d67ceca
11 changed files with 176 additions and 87 deletions
|
@ -42,6 +42,6 @@ public:
|
|||
static ClientDynamicInfo getCurrent();
|
||||
|
||||
private:
|
||||
static v2f32 calculateMaxFSSize(v2u32 render_target_size, f32 gui_scaling);
|
||||
static v2f32 calculateMaxFSSize(v2u32 render_target_size, f32 density, f32 gui_scaling);
|
||||
#endif
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue