kwilcz / Antario

Clean base/cheat made for CS:GO.
MIT License
133 stars 34 forks source link

weird behavior with sections #67

Closed cust0me closed 5 years ago

cust0me commented 5 years ago

ezgif-1-0ae2b289da21

kwilcz commented 5 years ago

Will fix shortly, for quick fix: https://github.com/Wando1423/Antario/blob/master/Antario/GUI/GUI.cpp#L180 Change if (object->GetBBox().ContainsPoint(ptPoint)) to if (object->GetBBox().ContainsPoint(ptPoint) && object->IsVisible)

cust0me commented 5 years ago

UIObject class can not access anything from the Control class, and when i try and use std::dynamic_pointer_cast on any UIObject item, it results in a crash.

kwilcz commented 5 years ago

Will push the fix after the weekend, with all of the other ones.

cust0me commented 5 years ago

Thanks

cust0me commented 5 years ago

Any eta on the fixes?

kwilcz commented 5 years ago

Fixed with https://github.com/Wando1423/Antario/commit/1b69632d6e2c1ba5d659083e6b58f7e9afa55cd5.