aboutsummaryrefslogtreecommitdiff
path: root/src/client/render/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/render/core.h')
-rw-r--r--src/client/render/core.h5
1 files changed, 3 insertions, 2 deletions
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; }
};