1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-18 10:45:27 +02:00

Move hard coded minimap to builtin (#14071)

This commit is contained in:
cx384
2024-02-07 20:13:23 +01:00
committed by GitHub
parent f2b99332d9
commit adaa4cc2f3
20 changed files with 51 additions and 87 deletions

View File

@@ -53,7 +53,7 @@ public:
RenderingCore &operator=(const RenderingCore &) = delete;
RenderingCore &operator=(RenderingCore &&) = delete;
void draw(video::SColor _skycolor, bool _show_hud, bool _show_minimap,
void draw(video::SColor _skycolor, bool _show_hud,
bool _draw_wield_tool, bool _draw_crosshair);
v2u32 getVirtualSize() const;