From bca49754578cd6c002fa258f89fe85bb9966e9c1 Mon Sep 17 00:00:00 2001 From: navewindre Date: Wed, 5 Dec 2018 00:08:02 +0100 Subject: Auto stash before merge of "master" and "origin/master" --- cheat/internal_rewrite/visual_local.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cheat/internal_rewrite/visual_local.cpp') diff --git a/cheat/internal_rewrite/visual_local.cpp b/cheat/internal_rewrite/visual_local.cpp index e6c6d4b..9457950 100644 --- a/cheat/internal_rewrite/visual_local.cpp +++ b/cheat/internal_rewrite/visual_local.cpp @@ -23,6 +23,10 @@ namespace features int screen_w, screen_h; g_csgo.m_engine( )->GetScreenSize( screen_w, screen_h ); + // idk why but i hate csgo + if( screen_w < 100 ) + return; + const float degree_offset = 80.f; static std::vector< flake > flakes; -- cgit v1.2.3