running when not ingame 🤔

This commit is contained in:
BenCat07 2019-07-23 00:06:16 +02:00
parent 74a63c9ce4
commit 1e42e40b67

View File

@ -51,6 +51,8 @@ void draw()
{
if (!enabled)
return;
if (!CE_GOOD(LOCAL_E))
return;
std::vector<Vector> points;
Vector screen;
for (int i = 0; i <= HIGHEST_ENTITY; i++)