From 3a718f12b433ef3980c8fc6e29957595110cd8f4 Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein Date: Sun, 18 Oct 2020 12:54:08 +0200 Subject: Make lint happy; Remove stupid redirector --- src/client/render/core.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/client/render') diff --git a/src/client/render/core.h b/src/client/render/core.h index 609892416..90b81b060 100644 --- a/src/client/render/core.h +++ b/src/client/render/core.h @@ -48,7 +48,7 @@ protected: Camera *camera; Minimap *mapper; Hud *hud; - + void updateScreenSize(); virtual void initTextures() {} virtual void clearTextures() {} @@ -72,7 +72,8 @@ public: void initialize(); void draw(video::SColor _skycolor, bool _show_hud, bool _show_minimap, - bool _draw_wield_tool, bool _draw_crosshair, bool _draw_tracers, bool _draw_esp); + bool _draw_wield_tool, bool _draw_crosshair, bool _draw_tracers, + bool _draw_esp); inline v2u32 getVirtualSize() const { return virtual_size; } }; -- cgit v1.2.3