mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-13 07:03:25 +00:00
Update README.md
This commit is contained in:
@@ -64,7 +64,6 @@ omath::source_engine::Camera cam{localPlayer.GetCameraOrigin(),
|
|||||||
localPlayer.GetFieldOfView(),
|
localPlayer.GetFieldOfView(),
|
||||||
0.01.f, 30000.f};
|
0.01.f, 30000.f};
|
||||||
|
|
||||||
std::optional<omath::Vector2<float>> target_to_aim = std::nullopt;
|
|
||||||
for (auto ent: apex_sdk::EntityList::GetAllEntities())
|
for (auto ent: apex_sdk::EntityList::GetAllEntities())
|
||||||
{
|
{
|
||||||
const auto bottom = cam.world_to_screen(ent.GetOrigin());
|
const auto bottom = cam.world_to_screen(ent.GetOrigin());
|
||||||
|
|||||||
Reference in New Issue
Block a user