Update README.md

This commit is contained in:
2025-08-25 17:26:56 +03:00
committed by GitHub
parent ab463e1caa
commit 1246c4ed07

View File

@@ -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());