ソースを参照

Merge pull request #867 from PompPenguin/master

Removed unused code for CAMERA_THIRD_PERSON
pull/870/head
Ray 5年前
committed by GitHub
コミット
5c8191f8a7
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更0行の追加3行の削除
  1. +0
    -3
      src/camera.h

+ 0
- 3
src/camera.h ファイルの表示

@ -469,9 +469,6 @@ void UpdateCamera(Camera *camera)
sinf(cameraAngle.x)*direction[MOVE_LEFT] -
sinf(cameraAngle.x)*direction[MOVE_RIGHT])/PLAYER_MOVEMENT_SENSITIVITY;
bool isMoving = false; // Required for swinging
for (int i = 0; i < 6; i++) if (direction[i]) { isMoving = true; break; }
// Camera orientation calculation
cameraAngle.x += (mousePositionDelta.x*-CAMERA_MOUSE_MOVE_SENSITIVITY);

読み込み中…
キャンセル
保存