Skip to content

Commit 9d86c52

Browse files
committed
formatting
1 parent 5abe1e6 commit 9d86c52

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Client/mods/deathmatch/logic/CClientGame.cpp

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2338,10 +2338,11 @@ CClientMarker* CClientGame::CheckMarkerClick(float screenX, float screenY, float
23382338
CMatrix cameraMatrix;
23392339
camera->GetMatrix(&cameraMatrix);
23402340
CVector origin = cameraMatrix.vPos;
2341-
2342-
CVector target, screen(screenX, screenY, CLICK_RAY_DEPTH);
2341+
2342+
CVector target;
2343+
screen(screenX, screenY, CLICK_RAY_DEPTH);
23432344
g_pCore->GetGraphics()->CalcWorldCoors(&screen, &target);
2344-
2345+
23452346
CVector rayDirection = target - origin;
23462347
rayDirection.Normalize();
23472348

0 commit comments

Comments
 (0)